Skip to content

1.11.0

Compare
Choose a tag to compare
@ekelokorpi ekelokorpi released this 11 Dec 10:03
· 698 commits to master since this release

Audio

  • Added setVolume method
  • Added error callback to load
  • Moved soundVolume and musicVolume to attributes
  • Fixed playback on IE
  • Fixed volume, when muted
  • Fixed audioId to start from 1
  • Fixed setPlaybackRate
  • Fixed rewind on CocoonJS
  • Fixed stop on CocoonJS
  • Optimized and cleaned code

Core

  • Moved start messages to Debug
  • Added compare function parameter to ksort
  • Cleaned code

Debug

  • Added tweens count

Emitter

  • Fixed onComplete to be called, after all particles are removed

Graphics

  • Added remove method

Keyboard

  • Moved available keys list into attribute
  • Fixed keydown to use keyCode with unknown keys

Loader

  • Fixed loader bar position rounding

Scene

  • Added exit method
  • Fixed swipe to work without swipeTime
  • Fixed audio stop to not apply on first scene

SpriteSheet

  • Added array support to anim method
  • Optimized code