Constructor
Variables
healthSteps:Map<Int, Int> = [0 => 1, 20 => 0]
Health steps in this format: Min Percentage => Frame Index
Methods
setHealthSteps(steps:Array<Array<Int>>):Void
Helper for HScript who can't make maps
Parameters:
steps | Something like this: |
---|