hollywooFlixel actor animations by wryly

This commit is contained in:
2021-12-31 17:18:48 -07:00
parent cf87c73364
commit f2442ad618
3 changed files with 24 additions and 3 deletions

View File

@@ -2,11 +2,11 @@ package hollywoo_flixel;
import kiss.Prelude;
import kiss.List;
import kiss.FuzzyMap;
import flixel.FlxSprite;
import hollywoo_flixel.FlxMovie;
typedef AnimationArgs = {
name:String,
frames:Array<Int>,
?frameRate:Float, // default 30
?looped:Bool, // default true