123456789101112131415161718192021222324 |
- [gd_resource type="Environment" load_steps=3 format=3 uid="uid://bupmwdx23k178"]
- [sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_fiix7"]
- sky_top_color = Color(0.219608, 0.192157, 0.364706, 1)
- sky_horizon_color = Color(0.341176, 0.0666667, 0.560784, 1)
- ground_bottom_color = Color(0.0352941, 0.0352941, 0.0313726, 1)
- ground_horizon_color = Color(0.317647, 0, 0.423529, 1)
- ground_curve = 0.25
- [sub_resource type="Sky" id="1"]
- sky_material = SubResource("ProceduralSkyMaterial_fiix7")
- radiance_size = 0
- [resource]
- background_mode = 2
- sky = SubResource("1")
- ambient_light_color = Color(1, 1, 1, 1)
- ambient_light_sky_contribution = 0.5
- tonemap_mode = 3
- tonemap_white = 6.0
- glow_levels/7 = 1.0
- glow_strength = 0.79
- glow_bloom = 1.0
- glow_blend_mode = 0
|