made walls thicker

This commit is contained in:
grimsace
2026-04-20 14:09:55 -05:00
parent d7cf07756d
commit f5e6a986cd
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1790,7 +1790,7 @@ fn draw_layout(
hover_text_idx: Option<usize>,
hover_marker: Option<HoverMarker>,
) {
let wall_width_px = (geometry.cell_size / 5.0).max(1.0);
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 room_fill = Color32::from_rgb(70, 120, 160);