This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
phaser
Watch
2
Star
0
Fork
You've already forked phaser
0
mirror of
https://github.com/photonstorm/phaser
synced
2024-12-19 01:24:48 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
4d0fcd2165
phaser
/
src
/
time
History
Pete Baron
4d0fcd2165
Paste over to fix unwanted HEAD entries
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