scaling, but weirdly positioned hollywoo-flixel props

This commit is contained in:
2021-11-03 12:25:11 -04:00
parent 5e9cbbb9b3
commit 84ee07c309
9 changed files with 63 additions and 14 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> {}