hollywoo superText

This commit is contained in:
2021-11-02 22:04:36 -04:00
parent 24184a1bae
commit 5e7ba72d6f
2 changed files with 4 additions and 0 deletions

View File

@@ -142,6 +142,9 @@
// Dialogue:
(method superText [text cc]
(director.showDialog "" Super "" text cc))
(method normalSpeech [actorName wryly text cc]
(director.showDialog actorName (OnScreen (dictGet .characters (_currentScene) actorName)) wryly text cc))

View File

@@ -20,6 +20,7 @@ typedef Character<StagePosition, StageFacing, Actor> = {
};
enum SpeechType<StagePosition, StageFacing, Actor> {
Super;
OffScreen(actor:Actor);
TextMessage(actor:Actor);
FromPhone(actor:Actor);