summaryrefslogtreecommitdiff
path: root/klangfarb/default_env.tres
diff options
context:
space:
mode:
authorJacob Lee <jacob.nmi.lee@gmail.com>2021-10-16 22:04:31 -0400
committerGitHub <noreply@github.com>2021-10-16 22:04:31 -0400
commita0ef84b0474219bedf603a293a2ee8d4fab32ec0 (patch)
treeaf0d1a80d630470ce70a817503b39d3bbcd0dbd4 /klangfarb/default_env.tres
parent9d78a9f5ebd931593b2644dff57cb1d2238876d3 (diff)
Add Godot and Rust files
Diffstat (limited to 'klangfarb/default_env.tres')
-rw-r--r--klangfarb/default_env.tres7
1 files changed, 7 insertions, 0 deletions
diff --git a/klangfarb/default_env.tres b/klangfarb/default_env.tres
new file mode 100644
index 0000000..20207a4
--- /dev/null
+++ b/klangfarb/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 )