diff options
author | mikatomik <mikec_2007@hotmail.com> | 2022-09-09 23:04:11 -0400 |
---|---|---|
committer | mikatomik <mikec_2007@hotmail.com> | 2022-09-09 23:04:11 -0400 |
commit | 42c516c2edba3bc40a92dbdcf2ddb6b037c0d2fe (patch) | |
tree | a03b69cb6f31f8c25ac1e36ba2c53d81a3eb36a1 /default_env.tres | |
download | game_jam49-42c516c2edba3bc40a92dbdcf2ddb6b037c0d2fe.tar.gz game_jam49-42c516c2edba3bc40a92dbdcf2ddb6b037c0d2fe.zip |
Commit default structure and game-jam cards
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 ) |