phaser/src/animation
2016-02-02 23:04:54 +00:00
..
creature Updated to latest Creature runtimes, added to GameObjectFactory. 2015-07-23 13:25:08 +01:00
Animation.js Docs update #2243 2016-02-02 23:04:54 +00:00
AnimationManager.js Stop only the named animation if name is passed 2016-01-17 12:34:57 -08:00
AnimationParser.js cleaning up to obey jshint 2015-09-01 01:10:56 +01:00
Frame.js All undefined argument checks were changed from if (typeof x === 'undefined') to if (x === undefined) removing the typeof check and saving some bytes across the codebase in the process. 2015-07-22 10:37:15 +01:00
FrameData.js Update FrameData.js 2016-01-14 14:41:26 +09:00