summaryrefslogtreecommitdiff
path: root/godot/scenes/GameBase.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'godot/scenes/GameBase.tscn')
-rw-r--r--godot/scenes/GameBase.tscn4
1 files changed, 2 insertions, 2 deletions
diff --git a/godot/scenes/GameBase.tscn b/godot/scenes/GameBase.tscn
index 1f09aa2..c339c37 100644
--- a/godot/scenes/GameBase.tscn
+++ b/godot/scenes/GameBase.tscn
@@ -9,7 +9,7 @@
script = ExtResource( 3 )
[node name="Water" parent="." instance=ExtResource( 1 )]
-transform = Transform( 6000, 0, 0, 0, 100, 0, 0, 0, 6000, 0, 0, 0 )
+transform = Transform( 10000, 0, 0, 0, 100, 0, 0, 0, 10000, 0, 0, 0 )
[node name="WORLDGEO" type="Spatial" parent="."]
@@ -27,5 +27,5 @@ far = 8192.0
[node name="PLAYERCAM" type="ClippedCamera" parent="."]
near = 0.01
-far = 520.7
+far = 2000.0
script = ExtResource( 4 )