Skip to content

melonJS 2.0.1

Compare
Choose a tag to compare
@obiot obiot released this 28 Nov 04:29
· 4477 commits to master since this release
  • Core : fixed loading under CocoonJS when using Canvas+
  • Shapes : replaced the isometric magic numbers used for scaling, by proper and more accurate math constants (ldd)
  • Audio : fixed sound looping
  • Audio : fixed onend callback not being repeatedly fired when looping a sound
  • Audio : cleaned the onend callback when stopping a sound
  • Audio : added a me.audio.fade() function