diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-08-04 18:29:59 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-08-04 18:29:59 -0400 |
| commit | 9a5a9d9cb1f1cf507db8a401783179ff55a242e8 (patch) | |
| tree | 7e5cb81fd41a2b28d26a9d4933d1e1c242b91e00 /default_env.tres | |
| download | frivolous-run-9a5a9d9cb1f1cf507db8a401783179ff55a242e8.tar.gz frivolous-run-9a5a9d9cb1f1cf507db8a401783179ff55a242e8.tar.bz2 frivolous-run-9a5a9d9cb1f1cf507db8a401783179ff55a242e8.zip | |
Inital commit
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 ) |
