style: adjust flashlight params

This commit is contained in:
2026-06-01 15:08:10 -03:00
parent dd5e8a2ae2
commit df81fc1ee0
+4 -3
View File
@@ -130,11 +130,12 @@ export default function Player() {
<PointerLockControls /> <PointerLockControls />
<spotLight <spotLight
ref={flashlightRef} ref={flashlightRef}
distance={22} distance={20}
angle={0.35} angle={0.4}
penumbra={0.7} penumbra={0.7}
intensity={5} intensity={0}
color="#fffaed" color="#fffaed"
decay={1.7}
/> />
</> </>
); );