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:
Mike Headley 2016-06-20 07:38:01 -07:00
parent 18ae3b1ddb
commit 3ef8e5011b

View file

@ -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
*/