Made dialog a separate view
This commit is contained in:
@@ -26,7 +26,7 @@ func _on_entered_from_pasture():
|
||||
|
||||
func _on_entranceexit_interacted():
|
||||
start_main_script(ScriptBuilder.init(
|
||||
ScriptBuilder.say(self.ego, "Looks light a hot air balloon.")
|
||||
ScriptBuilder.say(self.ego, "Looks light a hot air balloon.", false)
|
||||
)
|
||||
.and_then(ScriptBuilder.say(self.ego, "Just like gramps"))
|
||||
.build(self, "_on_script_complete"))
|
||||
|
||||
Reference in New Issue
Block a user