fixed walls not appearing when rooms are next to each other and doubled door thickness

This commit is contained in:
grimsace
2026-05-06 10:54:12 -05:00
parent 433de776fe
commit f7a30eaa7b
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2433,7 +2433,7 @@ fn draw_layout(
hover_stair_idx: Option<usize>,
) {
let wall_width_px = (geometry.cell_size / 2.5).max(1.0);
let door_width_px = (geometry.cell_size / 10.0).max(1.0);
let door_width_px = (geometry.cell_size / 5.0).max(1.0);
let room_fill = Color32::from_rgb(70, 120, 160);
let corridor_fill = Color32::from_rgb(210, 190, 120);