Failing test case for intercut nameOnRight
This commit is contained in:
@@ -106,9 +106,9 @@
|
||||
(var DIALOG_COLOR FlxColor.WHITE)
|
||||
(var DIALOG_SIZE 24)
|
||||
|
||||
(var &mut :FlxSprite dialogBox)
|
||||
(var &mut :FlxText dialogText)
|
||||
(var &mut :FlxText speakerNameText)
|
||||
(prop &mut :FlxSprite dialogBox)
|
||||
(prop &mut :FlxText dialogText)
|
||||
(prop &mut :FlxText speakerNameText)
|
||||
|
||||
(method showDialog [:String speakerName :SpeechType<ActorFlxSprite> type :String wryly :String text :Continuation cc]
|
||||
// TODO handle text messages, wrylies, off-screen, from-phone, etc. via (case type)
|
||||
|
@@ -61,6 +61,8 @@
|
||||
(set buttonY 0)))
|
||||
(FlxG.state.add buttons)))
|
||||
|
||||
(defAlias &ident flxDirector (cast director FlxDirector))
|
||||
|
||||
(preload
|
||||
// These are set here so they're defined after FlxG.width and height have been set:
|
||||
(set STAGE_LEFT_X 150.0)
|
||||
|
Reference in New Issue
Block a user