From 3d3c39d65d3d510abf33a72b453431e1584c725d Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Wed, 27 Oct 2021 15:23:17 -0400 Subject: [PATCH] make Movie the controller for handling state outside of director logic --- src/hollywoo_flixel/FlxDirector.kiss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/hollywoo_flixel/FlxDirector.kiss b/src/hollywoo_flixel/FlxDirector.kiss index b4bed4b..06e5fcd 100644 --- a/src/hollywoo_flixel/FlxDirector.kiss +++ b/src/hollywoo_flixel/FlxDirector.kiss @@ -32,4 +32,8 @@ // TODO show an indicator that input is needed //} ) - ) \ No newline at end of file + ) + +(method showDialog [:Character character :String dialog :Continuation cc] + // TODO show the dialog + (cc))