wall sides feed with floo fill algorithm

This commit is contained in:
wass08
2026-02-03 12:03:03 +09:00
parent 83ebf8366c
commit a15952055a
6 changed files with 659 additions and 3 deletions
@@ -38,6 +38,7 @@ export const WallSystem = () => {
const node = nodes[id]
if (!node || node.type !== 'wall') return
console.log('wall front/back', node.frontSide, node.backSide)
const levelId = node.parentId
if (!levelId) return