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
aa62eb94fc
phaser
/
src
/
time
History
photonstorm
aa62eb94fc
Added Time.elapsedMS (as Time.elapsed isn't always an ms value)
2014-11-24 12:54:27 +00:00
..
Time.js
Added Time.elapsedMS (as Time.elapsed isn't always an ms value)
2014-11-24 12:54:27 +00: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