Added clouds

This commit is contained in:
2024-02-18 00:52:17 +01:00
parent d5681e5dbb
commit 4c518e93c9
10 changed files with 58 additions and 11 deletions

View File

@ -1,6 +1,6 @@
[gd_resource type="Environment" load_steps=2 format=3 uid="uid://dixa0yso2s1u3"]
[ext_resource type="Sky" uid="uid://chqkkvnsudiww" path="res://world/Sky.tres" id="1_akiwh"]
[ext_resource type="Sky" uid="uid://chqkkvnsudiww" path="res://world/sky/Sky.tres" id="1_akiwh"]
[resource]
background_mode = 2
@ -20,7 +20,8 @@ glow_bloom = 0.2
glow_blend_mode = 1
glow_hdr_threshold = 0.7
volumetric_fog_density = 0.005
volumetric_fog_emission = Color(0.45098, 0.690196, 1, 1)
volumetric_fog_albedo = Color(0.654902, 0.811765, 0.996078, 1)
volumetric_fog_emission = Color(0.654902, 0.811765, 0.996078, 1)
adjustment_enabled = true
adjustment_contrast = 1.1
adjustment_saturation = 1.1