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;
|
ceiling.receiveShadow = true;
|
||||||
state.scene.add(ceiling);
|
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 ---
|
// --- 6. Add a Window to the Back Wall ---
|
||||||
const windowWidth = 1.5;
|
const windowWidth = 1.5;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user