default_env.tres 543 B

123456789101112131415161718
  1. [gd_resource type="Environment" load_steps=2 format=2]
  2. [sub_resource type="ProceduralSky" id=1]
  3. radiance_size = 4
  4. sky_top_color = Color( 0.0470588, 0.454902, 0.976471, 1 )
  5. sky_horizon_color = Color( 0.556863, 0.823529, 0.909804, 1 )
  6. sky_curve = 0.25
  7. ground_bottom_color = Color( 0.101961, 0.145098, 0.188235, 1 )
  8. ground_horizon_color = Color( 0.482353, 0.788235, 0.952941, 1 )
  9. ground_curve = 0.01
  10. sun_energy = 16.0
  11. [resource]
  12. background_mode = 2
  13. background_sky = SubResource( 1 )
  14. fog_height_min = 0.0
  15. fog_height_max = 100.0
  16. ssao_quality = 0