summaryrefslogtreecommitdiff
path: root/godot/scenes/machines
diff options
context:
space:
mode:
authorAnson Bridges <bridges.anson@gmail.com>2022-09-13 18:15:01 -0400
committerAnson Bridges <bridges.anson@gmail.com>2022-09-13 18:15:01 -0400
commit4068e66756966983973ab20b68ec5382e398548b (patch)
treec2215e65167c7f6aced272da371214985cce16f5 /godot/scenes/machines
parente2f3e4bd7118c8f55d20b29d76cb9a13acf72f8b (diff)
incomplete airplane implementation (needs addl. network sync)
Diffstat (limited to 'godot/scenes/machines')
-rw-r--r--godot/scenes/machines/Cannon.tscn6
1 files changed, 2 insertions, 4 deletions
diff --git a/godot/scenes/machines/Cannon.tscn b/godot/scenes/machines/Cannon.tscn
index e84f74a..20627fc 100644
--- a/godot/scenes/machines/Cannon.tscn
+++ b/godot/scenes/machines/Cannon.tscn
@@ -1,6 +1,6 @@
[gd_scene load_steps=11 format=2]
-[ext_resource path="res://bin/networked_machine.gdns" type="Script" id=1]
+[ext_resource path="res://scripts/machines/Cannon.gd" type="Script" id=1]
[ext_resource path="res://sounds/explode.wav" type="AudioStream" id=2]
[sub_resource type="PhysicsMaterial" id=8]
@@ -62,10 +62,8 @@ transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 1.13452, 0, 0 )
stream = ExtResource( 2 )
unit_db = 9.0
-[node name="Camera" type="Camera" parent="YawJoint/PitchJoint"]
+[node name="CameraPoint" type="Spatial" parent="YawJoint/PitchJoint"]
transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -0.513577, 0.363402, 0 )
-fov = 44.6
-far = 8192.0
[node name="SteerArea" type="Area" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.935472, 0.123637, 0 )