scaling, but weirdly positioned hollywoo-flixel props

This commit is contained in:
2021-11-03 12:25:11 -04:00
parent 65d91984aa
commit 0654b550a3
5 changed files with 34 additions and 6 deletions

View File

@@ -24,9 +24,10 @@ enum FlxScreenPosition {
LowerRight;
LowerCenter;
UpperCenter;
Center;
}
/**
* Model/controller of a Hollywoo-Flixel film, and main execution script
*/
class FlxMovie extends Movie<String, FlxStagePosition, FlxStageFacing, FlxScreenPosition, ActorFlxSprite, FlxSound, String> {}
class FlxMovie extends Movie<String, FlxStagePosition, FlxStageFacing, FlxScreenPosition, ActorFlxSprite, FlxSound, String, FlxSprite> {}