phaser/src/animation
2015-09-01 01:03:51 +01:00
..
creature Updated to latest Creature runtimes, added to GameObjectFactory. 2015-07-23 13:25:08 +01:00
Animation.js jsdoc fix #2049 2015-08-31 10:57:54 +01:00
AnimationManager.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
AnimationParser.js some cleaning up and documentation polish 2015-09-01 01:03:51 +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 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