summaryrefslogtreecommitdiffstats
path: root/default_env.tres
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2022-07-16 08:47:45 -0400
committerMalfurious <m@lfurio.us>2022-07-16 08:47:45 -0400
commite404d13b00f498193abd74293e33b31e6486c745 (patch)
tree433d6e03d6a05c7102f4bd92b2caae9930ffd4e2 /default_env.tres
parentd78c920e1fe6884d6120f09fba6f4033683b780d (diff)
downloadproject-s-e404d13b00f498193abd74293e33b31e6486c745.tar.gz
project-s-e404d13b00f498193abd74293e33b31e6486c745.zip
Commit default Godot project structure
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to '')
-rw-r--r--default_env.tres7
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 )