make Movie the controller for handling state outside of director logic

This commit is contained in:
2021-10-27 15:23:17 -04:00
parent d342bfda6d
commit f7a1374d13
4 changed files with 52 additions and 4 deletions

View File

@@ -32,4 +32,8 @@
// TODO show an indicator that input is needed
//}
)
)
)
(method showDialog [:Character<FlxStagePosition,FlxStageFacing,ActorFlxSprite> character :String dialog :Continuation cc]
// TODO show the dialog
(cc))