diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-03-31 03:07:30 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-03-31 03:07:30 +0200 |
commit | c9cd171766c528ad9281c204ae4a0b7c8b425bbb (patch) | |
tree | 211b6cf876fa3f9dc523f3ad91f64c86795cbd16 /default_env.tres |
initial commit
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
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 new file mode 100644 index 0000000..20207a4 --- /dev/null +++ b/default_env.tres @@ -0,0 +1,7 @@ +[gd_resource type="Environment" load_steps=2 format=2] + +[sub_resource type="ProceduralSky" id=1] + +[resource] +background_mode = 2 +background_sky = SubResource( 1 ) |