phaser/src/time
2014-11-12 13:26:12 +13:00
..
Time.js Paste over to fix unwanted HEAD entries 2014-11-12 13:26:12 +13:00
Timer.js Time.now can no longer be relied upon to contain a timestamp value. If the browser supports requestAnimationFrame then Time.now will contain the high resolution timer value that rAf generates. Otherwise it will contain the value of Date.now. If you require the actual time value (in milliseconds) then please use Time.time instead. Note that all Phaser sub-systems that used to rely on Time.now have been updated, so if you have any code that extends these please be sure to check it. 2014-11-08 20:01:10 +00:00
TimerEvent.js jsdoc updates. 2014-09-16 19:44:04 +01:00