Files
ai-game-2/scenes/kq4_044_inside_whale/kq4_044_inside_whale.gd
Bryce 5db5b5a5e2 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
2026-03-10 13:31:30 -07:00

6 lines
100 B
GDScript

extends Scene
func _on_open_ocean_interacted() -> void:
$kq4_031_open_ocean.default_script(self)