WIP: hide exits and windows when viewing basement levels

This commit is contained in:
2024-06-25 10:59:06 -07:00
parent dd9e937094
commit 792e4f1eb2
3 changed files with 31 additions and 15 deletions

View File

@@ -634,14 +634,14 @@ function findScalar(arr) {
let sheets = [];
// sheets = [[mapsheet1]];
// sheets = [[mapsheet3]];
sheets = [[mapsheet3]];
// sheets = [[mapsheet2], [mapsheet3]];
// sheets = [[mapsheet2], [mapsheet1], [mapsheet3]];
sheets = [
[mapsheet2, mapsheet1],
[mapsheet3, mapsheet4]
];
// sheets = [
// [mapsheet2, mapsheet1],
// [mapsheet3, mapsheet4]
// ];
findScalar(findMult(sheets)).forEach(([vscalar, row]) => {
const vertMapVect = function(coords) {