This commit is contained in:
2026-03-09 14:21:08 -07:00
parent 7203c843ec
commit fd9a667498
5 changed files with 17 additions and 34 deletions

View File

@@ -21,9 +21,3 @@ func _on_room_looked() -> void:
start_main_script(ScriptBuilder.init(
ScriptBuilder.say(ego, "A cold river carves its way through this lush flowery meadow.")
).build(self, "_on_script_complete"))
func _on_meadow_looked() -> void:
start_main_script(ScriptBuilder.init(
ScriptBuilder.say(ego, "Wildflowers dot the meadow along the banks of the flowing river.")
).build(self, "_on_script_complete"))