hollywooFlixel actor animations by wryly
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user