removed a test

This commit is contained in:
Alexsandro Percy 2024-12-27 11:06:09 -03:00
parent e5d62f5e1b
commit 6e631b0685

View File

@ -28,8 +28,8 @@ local function do_update()
-- normalize in relation to default intensity
lighting.shadows.intensity = lighting.shadows.intensity / BASE_SHADOW
end
lighting.bloom = { intensity = 0.02 }
lighting.volumetric_light = { strength = 0.2 }
--lighting.bloom = { intensity = 0.02 }
--lighting.volumetric_light = { strength = 0.2 }
lighting_monoid:add_change(player, lighting, "weather:lighting")
end