initial wfc, and suppressing dead code warnings

This commit is contained in:
Llywelwyn 2023-07-20 17:21:32 +01:00
parent 7f775b80dd
commit fc59880b80
10 changed files with 551 additions and 30 deletions

View file

@ -222,7 +222,6 @@ impl DLABuilder {
}
paint(&mut self.map, self.symmetry, self.brush_size, prev_x, prev_y);
}
_ => {}
}
self.take_snapshot();
floor_tile_count = self.map.tiles.iter().filter(|a| **a == TileType::Floor).count();