formatted

This commit is contained in:
2024-10-31 22:34:35 +01:00
parent 3096386ad1
commit 8bae1c7668
3 changed files with 5 additions and 3 deletions

View File

@@ -2,7 +2,6 @@ use std::{collections::HashMap, ops::RangeInclusive};
use crate::{monster::MonsterTypes, room::RoomType};
/// the number of rooms in vertical direction
pub const ROOMS_HORIZONTAL: usize = 8;
/// the number of rooms in horizontal direction