diff options
Diffstat (limited to 'default_env.tres')
-rw-r--r-- | default_env.tres | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/default_env.tres b/default_env.tres index fe7e3fe..af223a8 100644 --- a/default_env.tres +++ b/default_env.tres @@ -3,5 +3,12 @@ [sub_resource type="ProceduralSky" id=1] [resource] +background_mode = 4 background_sky = SubResource( 1 ) background_color = Color( 0.305882, 0.164706, 0.164706, 1 ) +glow_enabled = true +glow_intensity = 1.0 +glow_strength = 0.95 +glow_bloom = 0.62 +glow_blend_mode = 0 +glow_bicubic_upscale = true |