buttons to skip to labels

This commit is contained in:
2021-12-30 15:18:44 -07:00
parent 4ad244eb76
commit 097d967a06
3 changed files with 26 additions and 2 deletions

View File

@@ -33,6 +33,8 @@ 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, FlxSound> {
// Think of HollywooFlixelDSL.kiss as the corresponding Kiss file for this class!
public function new(director:FlxDirector, ?voiceLinesAssetPath:String) {
var voiceLinesJson = null;
if (voiceLinesAssetPath != null) {