Kaboom.js v0.3.0 Release Notes

    • (BREAK) removed pause() and paused() in favor to kaboom.debug.paused
    • (BREAK) removed velY, curPlatform and maxVel fields by body()
    • (BREAK) changed curAnim by sprite() to method curAnim()
    • ๐Ÿ›  fixed dt() surge on page visibility change (#20)
    • pause audio when page is not visible
    • โž• added built in debug control with init({ debug: true, })
      • `: toggle showLog (default on with debug: true)
      • f1: toggle showArea
      • f2: toggle hoverInfo
      • f8: toggle paused
      • f7: decrease timeScale
      • f9: increase timeScale
      • f10: stepFrame()
    • โž• added on screen logging with log() and error()
    • ๐Ÿ›  fixed loadRoot() sometimes doesn't work in async tasks