mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Revert "Clarified health property in component Health documentation that 'kill' will be called if it goes below zero."
This reverts commit 18ae3b1ddb
.
This commit is contained in:
parent
18ae3b1ddb
commit
3ef8e5011b
1 changed files with 0 additions and 2 deletions
|
@ -20,8 +20,6 @@ Phaser.Component.Health.prototype = {
|
|||
*
|
||||
* It can be used in combination with the `damage` method or modified directly.
|
||||
*
|
||||
* If health is taken below or is equal to zero then the `kill` method is called.
|
||||
*
|
||||
* @property {number} health
|
||||
* @default
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue