From e7fb9bacf3ebb5209f90f412757c35276af51e85 Mon Sep 17 00:00:00 2001 From: Anson Bridges Date: Tue, 11 Oct 2022 00:15:48 -0400 Subject: ai cannon-manning state machine --- godot/scenes/GameBase.tscn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'godot/scenes/GameBase.tscn') 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 ) -- cgit v1.2.3