The JSON data schema used to define the health icon for a character.

Fields

scale:Null<Float>

* The scale of the health icon.

offsets:Null<Array<Float>>

* The offset of the health icon, in pixels. * @default [0, 25]

isPixel:Null<Bool>

* Multiply scale by 6 and disable antialiasing * @default false

id:Null<String>

* The ID to use for the health icon. * @default The character's ID

flipX:Null<Bool>

* Whether to flip the health icon horizontally. * @default false