music for hollywoo-flixel

This commit is contained in:
2021-11-01 20:35:30 -04:00
parent 9de7b8166f
commit 9802f3512b
6 changed files with 58 additions and 13 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> {}