wiring up

This commit is contained in:
2026-05-06 23:25:39 -04:00
parent cc051a1e15
commit 586dc8860c
17 changed files with 226 additions and 196 deletions

View File

@@ -21,9 +21,3 @@ func _on_room_looked() -> void:
start_main_script(ScriptBuilder.init(
ScriptBuilder.say(ego, "Wistfully, you stare out over the ocean, wishing you could go home and see your family again. Unfortunately, reality sets in, and you remember your difficult situation. Turning your head, you look eastward toward a meadowland covered with wildflowers, and heave a big sigh of sadness.")
).build(self, "_on_script_complete"))
func _on_cliff_looked() -> void:
start_main_script(ScriptBuilder.init(
ScriptBuilder.say(ego, "The cliffs are high and jagged, looming over the turbulent ocean below. It's a dangerous place to stand too close to the edge.")
).build(self, "_on_script_complete"))