diff options
Diffstat (limited to 'default_env.tres')
-rw-r--r-- | default_env.tres | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/default_env.tres b/default_env.tres index 2b796db..a4c71d0 100644 --- a/default_env.tres +++ b/default_env.tres @@ -1,15 +1,11 @@ -[gd_resource type="Environment" load_steps=3 format=2] - -[ext_resource path="res://assets/textures/planet atmosphere.png" type="Texture" id=1] +[gd_resource type="Environment" load_steps=2 format=2] [sub_resource type="PanoramaSky" id=1] radiance_size = 4 -panorama = ExtResource( 1 ) [resource] background_mode = 1 background_sky = SubResource( 1 ) -background_color = Color( 0, 0, 0, 0 ) ambient_light_color = Color( 1, 1, 1, 1 ) ambient_light_energy = 0.1 ambient_light_sky_contribution = 0.0 |