mirror of
https://github.com/wassname/phaser.git
synced 2026-06-30 16:40:20 +08:00
35e61172e1
Canvas.getOffset now runs a strict/quirks check and uses document.documentElement when calculating scrollTop and scrollLeft to avoid Chrome console warnings. The Time class now has three new methods: addEvent, repeatEvent and loopEvent. See the new Timer examples to show how to use them.