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

@@ -33,3 +33,7 @@
//}
)
)
(method showDialog [:Character<FlxStagePosition,FlxStageFacing,ActorFlxSprite> character :String dialog :Continuation cc]
// TODO show the dialog
(cc))