Skip to content

1.3.0

Compare
Choose a tag to compare
@ekelokorpi ekelokorpi released this 02 Apr 13:04
· 1073 commits to master since this release
  • Updated Pixi to 1.5.2
  • Added tween pause and resume methods
  • Added flash detection
  • Added redirect support, when canvas not supported
  • Added logo attribute to loader
  • Added scene.addTween method
  • Added audio.stopAll method
  • Added barBg, barColor and logoTween attributes to loader
  • Added mediaFolder support to rotateImg
  • Added mediaFolder support to backgroundImage
  • Added support for Windows 8.1 tablet
  • Optimized vector class
  • Updated particle module to work without physics module
  • Fixed addAsset to return id
  • Fixed iOS 7.1 resize bug
  • Fixed overwriting body background image
  • Fixed loader startTime to init on update
  • Fixed viewport overwriting
  • Fixed audio pausing
  • Fixed pauseTime on looped sound
  • Fixed resumeAll when sound or music muted
  • Fixed sound resume on Web Audio
  • Fixed system resume
  • Fixed particle rotation reset
  • Fixed particles to support mediaFolder
  • Fixed cache disabling
  • Changed default debug color to white
  • Changed tween classes to use game.Class
  • Removed seconds support from timer
  • Removed deprecated functions from scene
  • Cleaned core code