Skip to content

2.8.0

Compare
Choose a tag to compare
@ekelokorpi ekelokorpi released this 03 Jul 09:02
· 112 commits to master since this release
  • Added index parameter to addTo at Container
  • Added addChildAt method to Container
  • Added toBottom method to Container
  • Added toTop method to Container
  • Added support for CSS loading
  • Added sceneName property to System
  • Added preventDefault attribute to Keyboard
  • Added physics property to Scene
  • Added showInfo attribute to Debug
  • Changed Keyboard.preventDefault default value to false
  • Changed System.hidpi default value to true
  • Changed SpriteSheet to extend from Sprite
  • Fixed to show error when loading image that is not found
  • Fixed SystemText scaling on hires
  • Fixed pause function on Scene to work with Animation
  • Fixed instance of Physics not required to be world property of Scene
  • Fixed hitArea debug drawing on hires
  • Fixed double space making new line on Text
  • Fixed game.Input.focusOnMouseDown to focus also into the canvas
  • Fixed XML font loading
  • Fixed bitmap font XML detection