summaryrefslogtreecommitdiff
path: root/godot/scenes/GameBase.tscn
diff options
context:
space:
mode:
authorAnson Bridges <bridges.anson@gmail.com>2022-10-11 00:15:48 -0400
committerAnson Bridges <bridges.anson@gmail.com>2022-10-11 00:15:48 -0400
commite7fb9bacf3ebb5209f90f412757c35276af51e85 (patch)
tree2dfac9d1273bf5efa1da5cfe82b4d8e64ae0bf3a /godot/scenes/GameBase.tscn
parent7dbec964a375598d454e04719576eb6c469a5d7b (diff)
ai cannon-manning state machine
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 )