Add voice track support to Hollywoo

This commit is contained in:
2021-12-15 20:07:50 -07:00
parent ea7f469cd7
commit 09bf29f1b0
3 changed files with 15 additions and 13 deletions

View File

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