corridor types, doors, some refactoring
This commit is contained in:
parent
46e0c6ec6b
commit
ab5797078c
19 changed files with 380 additions and 35 deletions
|
|
@ -47,7 +47,7 @@ impl RoomDrawer {
|
|||
if let Some(rooms_builder) = &build_data.rooms {
|
||||
rooms = rooms_builder.clone();
|
||||
} else {
|
||||
panic!("Room Drawing require a builder with room structures");
|
||||
panic!("RoomDrawer require a builder with rooms");
|
||||
}
|
||||
|
||||
for room in rooms.iter() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue