diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2022-09-02 23:12:33 -0700 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2022-09-02 23:12:33 -0700 |
| commit | 4d51178d32e07c070c61aa7567856bec7eda3639 (patch) | |
| tree | 7ef4884dd2221340f9c1ed96bd0f52c761ae9fb0 /default_env.tres | |
| parent | 0939d84e611f1c63fd5805339a2f777251fb1653 (diff) | |
hit/killsounds, swimming, main menu, fixed explosion physics
Diffstat (limited to 'default_env.tres')
| -rw-r--r-- | default_env.tres | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default_env.tres b/default_env.tres index 20207a4..55082ac 100644 --- a/default_env.tres +++ b/default_env.tres @@ -1,6 +1,8 @@ [gd_resource type="Environment" load_steps=2 format=2] [sub_resource type="ProceduralSky" id=1] +ground_bottom_color = Color( 0.00392157, 0.0862745, 0.172549, 1 ) +ground_horizon_color = Color( 0.00392157, 0.733333, 0.901961, 1 ) [resource] background_mode = 2 |
