diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-02-08 11:24:51 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-02-08 11:24:51 +0100 |
commit | eea642395bb0ef706c7241d4a749f3e0ac4cc460 (patch) | |
tree | 6c015c9315b0102247661f942b018ccf8c45551d /default_env.tres | |
parent | e8b2ea6b2bf789b7942d86faebbcc4d810741f25 (diff) |
revised wave generation
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 |