From 4068e66756966983973ab20b68ec5382e398548b Mon Sep 17 00:00:00 2001 From: Anson Bridges Date: Tue, 13 Sep 2022 18:15:01 -0400 Subject: incomplete airplane implementation (needs addl. network sync) --- godot/scenes/GameBase.tscn | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'godot/scenes/GameBase.tscn') diff --git a/godot/scenes/GameBase.tscn b/godot/scenes/GameBase.tscn index eaa6c86..6764b81 100644 --- a/godot/scenes/GameBase.tscn +++ b/godot/scenes/GameBase.tscn @@ -1,8 +1,9 @@ -[gd_scene load_steps=4 format=2] +[gd_scene load_steps=5 format=2] [ext_resource path="res://scenes/environment/Water.tscn" type="PackedScene" id=1] [ext_resource path="res://ui/HUD.tscn" type="PackedScene" id=2] [ext_resource path="res://scripts/GameBase.gd" type="Script" id=3] +[ext_resource path="res://scripts/cameras/PlayerCamGDS.gd" type="Script" id=4] [node name="GAMEWORLD" type="Spatial"] script = ExtResource( 3 ) @@ -23,3 +24,7 @@ transform = Transform( 6000, 0, 0, 0, 100, 0, 0, 0, 6000, 0, 0, 0 ) [node name="DEFAULTCAM" type="Camera" parent="."] current = true far = 8192.0 + +[node name="PLAYERCAM" type="ClippedCamera" parent="."] +far = 8192.0 +script = ExtResource( 4 ) -- cgit v1.2.3