Fix: spiders not on front wall
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user