From e87915454c962a0d0296e1d3beed6152a052e7eb Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Tue, 25 Jun 2024 15:37:43 -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]];