We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a26d014 commit 6cede10Copy full SHA for 6cede10
src/components/Domain.tsx
@@ -65,7 +65,7 @@ const Obstacles = memo(
65
scale={[width / 2, 0.3, height / 2]}
66
position={[0, -0.3, 0]}
67
>
68
- <meshStandardMaterial color="#666" />
+ <meshStandardMaterial color="#393e4d" />
69
</mesh>
70
<mesh receiveShadow rotation={[-Math.PI / 2, 0, -Math.PI / 2]}>
71
<meshStandardMaterial
0 commit comments