fix: minor stuff
This commit is contained in:
parent
e0585db0e0
commit
f86b4ada13
5 changed files with 25 additions and 7 deletions
|
|
@ -99,7 +99,7 @@ export function buildLevel(): Level {
|
|||
sun: Color.rgb(255, 246, 214),
|
||||
sunDir: { x: 0.3, y: 0.5, z: -0.8 },
|
||||
sunSize: 0.04,
|
||||
clouds: fancyCumulus,
|
||||
clouds: basicCumulus,
|
||||
}
|
||||
|
||||
return { floor, walls, crate, colliders, npcPosition: { x: 2, y: 0, z: -1 }, sky }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue