Create room 048 (Ogres' Bedroom)

- Added kq4_048_ogres_bedroom scene
- East exit to room 049 (Upstairs Hallway) - room 049 doesn't exist yet, transition pending
- Added warning handler for unimplemented transition
This commit is contained in:
2026-03-10 13:41:58 -07:00
parent fea208d7bf
commit f4313d17ea
6 changed files with 106 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
extends Scene
func _on_upstairs_hallway_interacted() -> void:
# Room 049 doesn't exist yet - this will be wired when room 049 is created
push_warning("Room 049 (Upstairs Hallway) not yet created. Cannot transition.")