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