default_env.tres 647 B

123456789101112131415161718192021
  1. [gd_resource type="Environment" load_steps=4 format=3 uid="uid://odyhne6bhlsu"]
  2. [ext_resource type="Texture2D" uid="uid://qdur4kpvvtdg" path="res://stage/panorama.webp" id="1"]
  3. [sub_resource type="PanoramaSkyMaterial" id="PanoramaSkyMaterial_3qare"]
  4. panorama = ExtResource("1")
  5. [sub_resource type="Sky" id="Sky_qdkmq"]
  6. sky_material = SubResource("PanoramaSkyMaterial_3qare")
  7. [resource]
  8. background_mode = 2
  9. sky = SubResource("Sky_qdkmq")
  10. ambient_light_source = 2
  11. ambient_light_color = Color(0.6, 0.6, 0.6, 1)
  12. ambient_light_sky_contribution = 0.0
  13. tonemap_mode = 2
  14. tonemap_white = 6.0
  15. fog_enabled = true
  16. fog_density = 0.0015
  17. fog_sky_affect = 0.0