Flixel-hollywoo waitForInputOrDelay()

This commit is contained in:
2021-10-27 14:15:46 -04:00
parent c24043125d
commit 6abae37a7c
3 changed files with 37 additions and 3 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> {}