fix: make sealcube tinier

This commit is contained in:
neru
2026-01-02 01:11:12 -03:00
parent c33d61f765
commit 05dd49cbe4
+1 -1
View File
@@ -572,7 +572,7 @@ function SealCube() {
return (
<mesh position={[0, 5, 0]} ref={meshRef} castShadow receiveShadow>
<boxGeometry args={[2.5, 2.5, 2.5]} />
<boxGeometry args={[0.85, 0.85, 0.85]} />
<meshBasicMaterial map={texture} />
</mesh>
);