Create room 043 (Desert Island) and wire to room 031

- Added kq4_043_desert_island scene with 4 exits (north, east, south, west) to room 031
- Updated room 031 to add transition to room 043 (bidirectional connection)
- All 4 exits from room 043 validated with exit checker
This commit is contained in:
2026-03-10 13:29:16 -07:00
parent df6f752e9f
commit 6e981e7877
8 changed files with 170 additions and 0 deletions

View File

@@ -21,6 +21,10 @@ func _on_ocean_near_island_interacted() -> void:
$kq4_032_ocean_near_island.default_script(self)
func _on_desert_island_interacted() -> void:
$kq4_043_desert_island.default_script(self)
func _on_room_looked() -> void:
start_main_script(ScriptBuilder.init(
ScriptBuilder.narrate("You are swimming in a great ocean. Playful fish leap about you as you swim.")