.. |
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
|
Huge amount of jsdoc updates.
|
2015-03-23 23:46:09 +00:00 |
Delta.js
|
Huge amount of jsdoc updates.
|
2015-03-23 23:46:09 +00:00 |
Destroy.js
|
All Game Objects have a new boolean property called pendingDestroy . If you set this to true then the object will automatically destroy itself in the *next* logic update, rather than immediately. This is useful for cases when you wish to destroy an object from within one of its own callbacks, such as with buttons or other input events (thanks @alamboley #1748)
|
2015-07-08 18:52:01 +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
|
Fixed the FixedToCamera :)
|
2015-03-24 21:35:09 +00:00 |
LoadTexture.js
|
Updated AnimationParser and fixed LoadTexture calls.
|
2015-07-16 01:02:59 +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
|
Fixed the FixedToCamera :)
|
2015-03-24 21:35:09 +00:00 |
ScaleMinMax.js
|
Huge amount of jsdoc updates.
|
2015-03-23 23:46:09 +00:00 |
Smoothed.js
|
Huge amount of jsdoc updates.
|
2015-03-23 23:46:09 +00:00 |