View source
typedef AseAtlasTag
package flixel.graphics.atlas
import flixel.graphics.atlas.AseAtlas
Available on all platforms
Tags are Aseprite's animation labels. They define a range of frames that all pertain to a certain animation.
Fields
optionalrepeat:Null<AseAtlasTagRepeat>
* The number of times to repeat this animation before aseprite's timeline switched to the next one.
*
* Note: Used by `FlxAseAtlasUtils` to determine whether an animation loops. Loops if `> 0`.