From f1725949205df55e1771ba4291b847766690fda1 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Thu, 30 Dec 2021 14:32:53 -0700 Subject: [PATCH] unique title card FlxSprite --- src/hollywoo/Movie.kiss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/hollywoo/Movie.kiss b/src/hollywoo/Movie.kiss index 6f65990..7e3399c 100644 --- a/src/hollywoo/Movie.kiss +++ b/src/hollywoo/Movie.kiss @@ -234,12 +234,11 @@ (cc)) (hollywooMethod timedTitleCard true [time :Array lines :Continuation cc] - // TODO allow skipping it (let [cc ->{(director.hideTitleCard)(cc)}] (director.showTitleCard lines cc) (delay time cc))) -// TODO themed titleCard +// TODO themed titleCard (wait for song or sound) // TODO timed superText // TODO themed superText