hollywoo superText
This commit is contained in:
@@ -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))
|
||||
|
||||
|
@@ -20,6 +20,7 @@ typedef Character<StagePosition, StageFacing, Actor> = {
|
||||
};
|
||||
|
||||
enum SpeechType<StagePosition, StageFacing, Actor> {
|
||||
Super;
|
||||
OffScreen(actor:Actor);
|
||||
TextMessage(actor:Actor);
|
||||
FromPhone(actor:Actor);
|
||||
|
Reference in New Issue
Block a user