phaser/src/gameobjects/components
2015-08-03 14:46:55 +01:00
..
Angle.js Huge amount of jsdoc updates. 2015-03-23 23:46:09 +00:00
Animation.js Huge amount of jsdoc updates. 2015-03-23 23:46:09 +00:00
AutoCull.js Huge amount of jsdoc updates. 2015-03-23 23:46:09 +00:00
Bounds.js Huge amount of jsdoc updates. 2015-03-23 23:46:09 +00:00
BringToTop.js Huge amount of jsdoc updates. 2015-03-23 23:46:09 +00:00
Component.js Huge amount of jsdoc updates. 2015-03-23 23:46:09 +00:00
Core.js Added pendingDestroy to Groups. 2015-07-12 11:33:30 +01:00
Crop.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
Delta.js Huge amount of jsdoc updates. 2015-03-23 23:46:09 +00:00
Destroy.js Merging in the CanvasPool changes to the core. 2015-08-03 14:46:55 +01:00
Events.js onDragUpdate is a new signal that is dispatched whenever a Game object enabled for input and drag is moved by a pointer (i.e. during a drag event). See the Phaser.InputHandler.enableDrag docs for parameter details and the new Phaser Example. 2015-06-04 20:58:00 +01:00
FixedToCamera.js Fixed the FixedToCamera :) 2015-03-24 21:35:09 +00:00
Health.js maxHealth is a new property that Game Objects with the Health component receive and works in combination with the heal method to ensure a health limit cap. 2015-06-17 02:00:04 +01:00
InCamera.js Huge amount of jsdoc updates. 2015-03-23 23:46:09 +00:00
InputEnabled.js Huge amount of jsdoc updates. 2015-03-23 23:46:09 +00:00
InWorld.js Fixed the FixedToCamera :) 2015-03-24 21:35:09 +00:00
LifeSpan.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
LoadTexture.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
Overlap.js Huge amount of jsdoc updates. 2015-03-23 23:46:09 +00:00
PhysicsBody.js Typo. 2015-06-03 05:28:24 +01:00
Reset.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
ScaleMinMax.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
Smoothed.js Huge amount of jsdoc updates. 2015-03-23 23:46:09 +00:00