Flixel-hollywoo waitForInputOrDelay()

This commit is contained in:
2021-10-27 14:15:46 -04:00
parent 81a447785d
commit d342bfda6d
5 changed files with 39 additions and 4 deletions

View File

@@ -25,4 +25,7 @@ enum FlxScreenPosition {
UpperCenter;
}
/**
* Model/controller of a Hollywoo-Flixel film, and main execution script
*/
class FlxMovie extends Movie<String, FlxStagePosition, FlxStageFacing, FlxScreenPosition, ActorFlxSprite> {}