12345678910111213141516171819202122232425 |
- [gd_resource type="Environment" load_steps=2 format=2]
- [sub_resource type="ProceduralSky" id=1]
- [resource]
- background_mode = 1
- background_sky = SubResource( 1 )
- fog_color = Color( 0.721569, 0.721569, 0.721569, 1 )
- fog_depth_begin = 0.0
- fog_depth_end = 1320.8
- fog_depth_curve = 45.2547
- dof_blur_far_distance = 0.15
- dof_blur_far_transition = 0.24
- dof_blur_far_amount = 0.19
- dof_blur_far_quality = 2
- glow_enabled = true
- glow_levels/1 = true
- glow_levels/2 = true
- glow_levels/5 = false
- glow_bloom = 0.03
- glow_blend_mode = 1
- glow_hdr_threshold = 0.76
- glow_hdr_scale = 0.9
- glow_bicubic_upscale = true
|