You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Loader.physics has renamed the `dataURL` parameter to `url` and `jsonData` to `data` to keep it consistent with the other Loader methods.
63
63
* Stage no longer creates the Phaser.Canvas object, but Game itself does in the setupRenderer method.
64
64
* Canvas.create has deprecated the noCocoon parameter as it's no longer required. The parameter is still in the signature, but no longer used in the method.
65
+
* Time.add allows you to add an existing Phaser.Timer to the timer pool (request #864)
0 commit comments