This commit is contained in:
2026-04-03 18:10:55 +01:00
parent 35cddfc53c
commit 3d4ae43f52
3 changed files with 2 additions and 15 deletions
+1
View File
@@ -7,6 +7,7 @@ class MazeData
@boss_rooms = []
@start_room = nil
@exit_room = nil
crate_rooms!
carve_passages_from(0, 0)