small tweaks, cleanup, and cranks offset

This commit is contained in:
Llywelwyn 2023-08-17 15:11:24 +01:00
parent 6eab48e616
commit 72f8dbbdf4
6 changed files with 22 additions and 8 deletions

View file

@ -59,7 +59,7 @@ impl Map {
view_blocked: HashSet::new(),
};
const OFFSET_PERCENT: i32 = 10;
const OFFSET_PERCENT: i32 = 20;
const TWICE_OFFSET: i32 = OFFSET_PERCENT * 2;
let mut rng = rltk::RandomNumberGenerator::new();