music for hollywoo-flixel

This commit is contained in:
2021-11-01 20:35:30 -04:00
parent 7848886367
commit 6f890cbd2a
3 changed files with 27 additions and 7 deletions

View File

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