Fix: spiders not on front wall

This commit is contained in:
Dejvino 2025-11-17 08:48:27 +01:00
parent c521828a08
commit c1383e0845

View File

@ -63,7 +63,7 @@ export function createRoomWalls() {
ceiling.receiveShadow = true;
state.scene.add(ceiling);
state.crawlSurfaces.push(backWall, frontWall, leftWall, rightWall);
state.crawlSurfaces.push(backWall, leftWall, rightWall);
// --- 6. Add a Window to the Back Wall ---
const windowWidth = 1.5;