summaryrefslogtreecommitdiff
path: root/plugins/hello_world/demo/default_env.tres
diff options
context:
space:
mode:
authorFredia Huya-Kouadio <fhuya@meta.com>2023-07-14 13:46:24 -0700
committerFredia Huya-Kouadio <fhuya@meta.com>2023-07-14 13:46:24 -0700
commitb4844e98619766232645d70f80a29c2a53bc2709 (patch)
tree500a6deee2dfbd36f4356d69a2d5cb762314b03f /plugins/hello_world/demo/default_env.tres
parent1d19d5912d1ac5bfa3cf6cc30f086aee8f0464f2 (diff)
downloadgodot-android-samples-b4844e98619766232645d70f80a29c2a53bc2709.tar.gz
godot-android-samples-b4844e98619766232645d70f80a29c2a53bc2709.tar.bz2
godot-android-samples-b4844e98619766232645d70f80a29c2a53bc2709.zip
Update the directory structure to make room for additional Godot Android samples besides plugins
Diffstat (limited to 'plugins/hello_world/demo/default_env.tres')
-rw-r--r--plugins/hello_world/demo/default_env.tres7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/hello_world/demo/default_env.tres b/plugins/hello_world/demo/default_env.tres
new file mode 100644
index 0000000..3868def
--- /dev/null
+++ b/plugins/hello_world/demo/default_env.tres
@@ -0,0 +1,7 @@
+[gd_resource type="Environment" load_steps=2 format=3 uid="uid://bi2meuxrf37pv"]
+
+[sub_resource type="Sky" id="1"]
+
+[resource]
+background_mode = 2
+sky = SubResource("1")