feat: split world into sections, added section 5

This commit is contained in:
Sara 2025-01-05 23:33:43 +01:00
parent 8daa709aa7
commit 570ee0e877
12 changed files with 1880 additions and 1407 deletions

View file

@ -9,5 +9,9 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.175431, 0)
light_color = Color(1, 0.844943, 0.690719, 1)
light_size = 0.2
light_specular = 0.05
shadow_enabled = true
omni_range = 8.05829
light_bake_mode = 1
shadow_blur = 0.148
distance_fade_enabled = true
distance_fade_begin = 20.0
distance_fade_shadow = 10.0
omni_range = 6.96236

File diff suppressed because one or more lines are too long