summaryrefslogtreecommitdiffstats
path: root/default_env.tres
diff options
context:
space:
mode:
authormikatomik <mikec_2007@hotmail.com>2022-09-09 23:04:11 -0400
committermikatomik <mikec_2007@hotmail.com>2022-09-09 23:04:11 -0400
commit42c516c2edba3bc40a92dbdcf2ddb6b037c0d2fe (patch)
treea03b69cb6f31f8c25ac1e36ba2c53d81a3eb36a1 /default_env.tres
downloadgodot_wildjam_49-42c516c2edba3bc40a92dbdcf2ddb6b037c0d2fe.tar.gz
godot_wildjam_49-42c516c2edba3bc40a92dbdcf2ddb6b037c0d2fe.zip
Commit default structure and game-jam cards
Diffstat (limited to 'default_env.tres')
-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 )