phaser/src
Stephan de Souza 7fb555e70e Adds Heal Method to Phaser.Components.Health
Ideal when used in games with health packs, bonus items, or healing sprites.

In fact: Doing a negative damage causes the same effect, but as a new method is better for documentation.
2015-05-13 16:55:17 -03:00
..
animation Animation.play wouldn't correctly set the play state on the Game Objects AnimationManager causing the animation to fail to start (calling AnimationManager.play did work however), now they're both consistently working. 2015-03-25 03:59:36 +00:00
core Phaser 2.3.0. 2015-03-26 02:37:31 +00:00
gameobjects Adds Heal Method to Phaser.Components.Health 2015-05-13 16:55:17 -03:00
geom Small geom tidy-up. 2015-03-25 11:04:31 +00:00
input jsdoc updates. 2015-03-23 08:13:59 +00:00
loader Added guard around the xhr onload try / catch block, so it doesn't incorrectly report errors as being from the Loader when they may have been throw by the create method. 2015-03-25 16:13:52 +00:00
math jsdocs updates. 2015-03-23 10:11:39 +00:00
net Copyright date change. 2015-02-25 03:36:23 +00:00
particles When an Emitter is destroyed via Emitter.destroy it now removes itself from the Phaser Particle Manager, freeing it up for garbage collection and stopping it from being processed. 2015-03-25 05:07:39 +00:00
physics The Physics Manager now has a new reset method which will reset the active physics systems. This is called automatically on a State swap (thanks @englercj #1691) 2015-03-24 10:21:12 +00:00
pixi Arc comment. 2015-03-25 16:13:21 +00:00
sound If you paused a Sound object that is using audio markers and then resumed it, it wouldn't correctly calculate the resume duration - causing the sound to sometimes play into the marker that followed it (thanks @AnderbergE #1669) 2015-03-24 14:43:35 +00:00
stubs Copyright date change. 2015-02-25 03:36:23 +00:00
system Copyright date change. 2015-02-25 03:36:23 +00:00
tilemap Added physicsType property. 2015-03-23 15:04:27 +00:00
time Fixed a few documentation typos. 2015-03-18 21:07:36 +00:00
tween Copyright date change. 2015-02-25 03:36:23 +00:00
utils ArraySet.removeAll allows you to remove all members of an ArraySet and optionally call destroy on them as well. 2015-03-19 00:51:13 +00:00
Intro.js Copyright date change. 2015-02-25 03:36:23 +00:00
Outro.js Copyright date change. 2015-02-25 03:36:23 +00:00
Phaser.js Phaser 2.3.0. 2015-03-26 02:37:31 +00:00
PixiDefaults.js Copyright date change. 2015-02-25 03:36:23 +00:00
polyfills.js Copyright date change. 2015-02-25 03:36:23 +00:00