Create rooms 053-099 with transitions

- Created 45 new room scenes from specs
- Added proper .tscn and .gd files for each room
- Wired up transitions based on spec exit information
- Connected to existing rooms (017, 022, 028, 030, 031) where applicable
- Rooms include: dwarfs areas, caves, swamp, castle, and more
This commit is contained in:
2026-03-10 14:01:24 -07:00
parent f7e1e19403
commit 30915514a8
268 changed files with 5413 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
extends Node2D
class_name TransitionalRoom
@onready var ego: Node2D = $"../ego"
func _ready() -> void:
pass
func _on_room_looked() -> void:
pass