phaser/src/animation
2015-07-23 13:25:08 +01:00
..
creature Updated to latest Creature runtimes, added to GameObjectFactory. 2015-07-23 13:25:08 +01:00
Animation.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
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 Updated AnimationParser and fixed LoadTexture calls. 2015-07-16 01:02:59 +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