View source
class SetHealthIconSongEvent
package funkin.play.event
extends SongEvent
Available on all platforms
This class handles song events which change the player's health icon, or the opponent's health icon.
Example: Set the health icon of the opponent to "tankman-bloody":
{
'e': 'SetHealthIcon',
"v": {
"char": 1,
"id": "tankman-bloody",
// Optional params:
"scale": 1.0,
"flipX": false,
"isPixel": false,
"offsetX": 0.0,
"offsetY": 0.0
}
}