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 6abae37a7c
commit 3d3c39d65d

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))