|
@@ -1,8 +1,7 @@
|
|
|
-[gd_scene load_steps=9 format=3 uid="uid://dao17ylietgyl"]
|
|
|
+[gd_scene load_steps=8 format=3 uid="uid://dao17ylietgyl"]
|
|
|
|
|
|
[ext_resource type="Script" path="res://component/entity/vehicles/plane/tiny_plane.gd" id="1_tviov"]
|
|
|
[ext_resource type="PackedScene" uid="uid://bnopi1rerk2hw" path="res://component/entity/vehicles/plane/TinyPlane.glb" id="2_60pln"]
|
|
|
-[ext_resource type="Script" path="res://component/entity/vehicles/plane/thrust.gd" id="3_25l14"]
|
|
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_m4n1f"]
|
|
|
radius = 0.38
|
|
@@ -53,10 +52,15 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.253056, -0.941579)
|
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.998944, -0.288461)
|
|
|
|
|
|
[node name="Thrust" type="Node3D" parent="."]
|
|
|
-script = ExtResource("3_25l14")
|
|
|
+transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.497, 7.719)
|
|
|
+visible = false
|
|
|
|
|
|
[node name="ThrustFlameBloc" type="MeshInstance3D" parent="Thrust"]
|
|
|
-transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.497443, 7.71941)
|
|
|
-visible = false
|
|
|
mesh = SubResource("BoxMesh_7w4wj")
|
|
|
skeleton = NodePath("../..")
|
|
|
+
|
|
|
+[node name="ThrustFlameLight" type="OmniLight3D" parent="Thrust"]
|
|
|
+light_color = Color(1, 1, 0, 1)
|
|
|
+light_energy = 9.849
|
|
|
+light_specular = 0.823
|
|
|
+omni_range = 9.792
|