summaryrefslogtreecommitdiff
path: root/godot/scenes/vehicles/Airplane.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'godot/scenes/vehicles/Airplane.tscn')
-rw-r--r--godot/scenes/vehicles/Airplane.tscn23
1 files changed, 16 insertions, 7 deletions
diff --git a/godot/scenes/vehicles/Airplane.tscn b/godot/scenes/vehicles/Airplane.tscn
index 2b46297..ec79c66 100644
--- a/godot/scenes/vehicles/Airplane.tscn
+++ b/godot/scenes/vehicles/Airplane.tscn
@@ -1,13 +1,13 @@
[gd_scene load_steps=14 format=2]
[ext_resource path="res://scripts/vehicles/Airplane.gd" type="Script" id=1]
-[ext_resource path="res://scripts/cameras/plane_armcam.gd" type="Script" id=2]
+[ext_resource path="res://particles/RocketTrail.tscn" type="PackedScene" id=2]
[sub_resource type="PhysicsMaterial" id=1]
rough = true
[sub_resource type="Curve" id=10]
-_data = [ Vector2( 0, 0.119632 ), 0.0, 0.0, 0, 0, Vector2( 0.172819, 1 ), 0.0, 0.0, 0, 0, Vector2( 0.823825, 1 ), 0.0, 0.0, 0, 0, Vector2( 1, 0 ), 0.0, 0.0, 0, 0 ]
+_data = [ Vector2( 0, 0.509091 ), 0.0, 0.0, 0, 0, Vector2( 0.172819, 1 ), 0.0, 0.0, 0, 0, Vector2( 0.823825, 1 ), 0.0, 0.0, 0, 0, Vector2( 1, 0.463636 ), 0.0, 0.0, 0, 0 ]
[sub_resource type="CurveTexture" id=11]
width = 1024
@@ -125,10 +125,8 @@ mesh = SubResource( 8 )
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 1.22602, 0.452069, 0 )
spring_length = 15.0
margin = 0.03
-script = ExtResource( 2 )
[node name="ClippedCamera" type="ClippedCamera" parent="armcam"]
-current = true
fov = 79.2
near = 0.12
far = 8192.0
@@ -143,13 +141,24 @@ transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 3.02202, 0.828033, 0 )
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 3.02201, 0.827813, -5.21093 )
[node name="tail" type="Spatial" parent="."]
-transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -4.3164, 0.456713, 0 )
+transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -3.47682, 0.456713, 0 )
-[node name="TugArea" type="Area" parent="."]
+[node name="RocketTrail" parent="tail" instance=ExtResource( 2 )]
+unique_name_in_owner = true
+transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 0 )
+emitting = false
+
+[node name="SteerArea" type="Area" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 4.58015, -0.728266, 0 )
collision_layer = 131072
collision_mask = 0
-[node name="CollisionShape" type="CollisionShape" parent="TugArea"]
+[node name="CollisionShape" type="CollisionShape" parent="SteerArea"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.47757, 0 )
shape = SubResource( 9 )
+
+[node name="Cockpit" type="Spatial" parent="."]
+transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 2.72698, -0.196514, 0 )
+
+[node name="PilotExit" type="Spatial" parent="."]
+transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 6.1653, -0.196514, 0 )