summaryrefslogtreecommitdiff
path: root/godot/default_env.tres
diff options
context:
space:
mode:
authorAnson Bridges <bridges.anson@gmail.com>2022-09-19 17:44:22 -0400
committerAnson Bridges <bridges.anson@gmail.com>2022-09-19 17:44:22 -0400
commit1d347e770fddcdd051890cdf070fd2779ab113bf (patch)
tree6501fb000509819b7ba58df15c9a831c8bdc44fb /godot/default_env.tres
parent2fd755132f526c48fed2c1867530526971e1cf19 (diff)
problems: player controller perf, boat perf, NAVSERVER PERF
Diffstat (limited to 'godot/default_env.tres')
-rw-r--r--godot/default_env.tres8
1 files changed, 4 insertions, 4 deletions
diff --git a/godot/default_env.tres b/godot/default_env.tres
index a10be49..c353609 100644
--- a/godot/default_env.tres
+++ b/godot/default_env.tres
@@ -4,14 +4,14 @@
sky_top_color = Color( 0.74902, 0.819608, 0.890196, 1 )
sky_horizon_color = Color( 0.501961, 0.6, 0.701961, 1 )
ground_bottom_color = Color( 0.00392157, 0.0862745, 0.172549, 1 )
-ground_horizon_color = Color( 0.00392157, 0.733333, 0.901961, 1 )
+ground_horizon_color = Color( 0.501961, 0.6, 0.701961, 1 )
+ground_curve = 0.0254912
[resource]
background_mode = 2
background_sky = SubResource( 1 )
-fog_enabled = true
fog_color = Color( 0.501961, 0.6, 0.701961, 1 )
fog_sun_color = Color( 0.615686, 0.964706, 1, 1 )
-fog_depth_begin = 170.9
-fog_depth_end = 476.2
+fog_depth_begin = 20.0
+fog_depth_end = 70.0
fog_transmit_enabled = true