Increase range

This commit is contained in:
Noah Pilarski 2022-08-10 22:49:26 -04:00
parent d08de220f5
commit a94aadb8c8

View File

@ -386,7 +386,7 @@ namespace NewHorizons
var playerLight = playerBody.AddComponent<Light>();
playerLight.innerSpotAngle = 0;
playerLight.spotAngle = 179;
playerLight.range = 0.5f;
playerLight.range = 1;
playerLight.intensity = 0.001f;
try