From b9cda0385710963b8be5a9f16450ccafe79d4f57 Mon Sep 17 00:00:00 2001 From: Catalin Constantin Mititiuc Date: Mon, 16 Jun 2025 22:41:32 -0700 Subject: [PATCH] Add doors, windows and exits to all buildings --- public/radial.html | 140 +++++++++++++++++++++++---------------------- src/radial.js | 2 +- 2 files changed, 74 insertions(+), 68 deletions(-) diff --git a/public/radial.html b/public/radial.html index c8502d2..ee6dd4b 100644 --- a/public/radial.html +++ b/public/radial.html @@ -25,79 +25,85 @@ - - - - + + + + + + + + + - - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + - - - - - + + + + + + + + + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/radial.js b/src/radial.js index aea4d4a..4dc90f9 100644 --- a/src/radial.js +++ b/src/radial.js @@ -634,7 +634,7 @@ function findScalar(arr) { let sheets = []; // sheets = [[mapsheet1]]; -sheets = [[mapsheet3]]; +sheets = [[mapsheet4]]; // sheets = [[mapsheet2], [mapsheet3]]; // sheets = [[mapsheet2], [mapsheet1], [mapsheet3]];