Skip to content

v0.5.10

Compare
Choose a tag to compare
@62316e 62316e released this 26 Jun 15:15
· 46 commits to master since this release

Changes

  • Changed API: all static classes are moved into Black class
  • Changed Input to Black.input
  • Changed MasterAudio to Black.audio
  • Changed Time to Black.time
  • Changed AssetManager.default to Black.assets
  • Changed Black to `Black.engine
  • Changed bundler to Rollup
  • Changed Engine, MasterAudio, Input, Viewport to use __initialize method for initialization so constructor can be overriden
  • Changed Device to Black.device
  • Changed Device#isLandscape to Black.viewport.isLandscape, same for isPortrait.
  • Changed TextField#color to TextField#textColor

Bug Fixes

  • Fixed all circular dependencies
  • Fixed clipRect is not working for emitter
  • Fixed AssetManager dispose logic
  • Code and JsDoc cleanup