WIP: hide exits and windows when viewing basement levels

This commit is contained in:
2025-06-16 22:41:32 -07:00
parent 01588d7fe7
commit d481957d50
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) {