Create room 044 (Inside Whale) and wire to room 031

- Added kq4_044_inside_whale scene with exit to room 031
- Updated room 031 to add transition to room 044 (bidirectional connection)
- Both transitions validated with exit checker
This commit is contained in:
2026-03-10 13:31:30 -07:00
parent 6e981e7877
commit 5db5b5a5e2
8 changed files with 124 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
extends Scene
func _on_open_ocean_interacted() -> void:
$kq4_031_open_ocean.default_script(self)