Files
ai-game-2/scenes/kq4_006_cave_entrance/kq4_006_cave_entrance.gd
Bryce b2ee6adda6 Create room 006 (Cave Entrance) and wire to room 005
- Added kq4_006_cave_entrance scene with west exit to room 005
- Updated room 005 to include target UID for room 006 transition
- Room 006 south exit to room 012 omitted (room 012 doesn't exist yet)
- Both transitions validated with exit checker
2026-03-10 13:18:53 -07:00

6 lines
104 B
GDScript

extends Scene
func _on_forest_grove_interacted() -> void:
$kq4_005_forest_grove.default_script(self)