Miscellaneous fixes to floors (light adjustments, gap fixes, texture fixes)

This commit is contained in:
Pal
2026-04-28 22:10:38 -07:00
parent bd5154a02f
commit ba95d4dbdf
32 changed files with 7351 additions and 270 deletions

View File

@@ -1191,8 +1191,12 @@ glow_intensity = 3.54
glow_strength = 0.77
glow_bloom = 0.22
glow_blend_mode = 0
fog_light_color = Color(0, 0, 0, 1)
fog_density = 0.1404
fog_enabled = true
fog_mode = 1
fog_light_color = Color(0.0646965, 0.0646965, 0.0646965, 1)
fog_density = 1.0
fog_depth_begin = 0.0
fog_depth_end = 3971.0
volumetric_fog_enabled = true
volumetric_fog_density = 0.03
volumetric_fog_albedo = Color(0.381703, 0.381703, 0.381703, 1)