finishes decoupling map from camera

This commit is contained in:
Llywelwyn 2023-07-24 18:53:51 +01:00
parent 2ecfd25d95
commit 7f0465da73
13 changed files with 110 additions and 254 deletions

View file

@ -1,6 +1,7 @@
use super::{BuilderMap, MetaMapBuilder, Rect};
use rltk::RandomNumberGenerator;
#[allow(dead_code)]
pub enum RoomSort {
LEFTMOST,
RIGHTMOST,