Removing stray images, small cleanups.

This commit is contained in:
2024-06-25 06:51:53 -07:00
parent 223b4aa1dc
commit 559f479db4
2053 changed files with 514 additions and 37268 deletions

View File

@@ -26,8 +26,8 @@ func _on_entered_from_pasture():
func _on_entranceexit_interacted():
start_main_script(ScriptBuilder.init(
ScriptBuilder.say(self.ego, "Looks light a hot air balloon.", false)
ScriptBuilder.say(self.ego, "It's a hot air baloon", false)
)
.and_then(ScriptBuilder.say(self.ego, "Just like gramps"))
.and_then(ScriptBuilder.say(self.ego, "Just like gramps' one."))
.build(self, "_on_script_complete"))
pass # Replace with function body.