|
@@ -2,8 +2,8 @@
|
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://duw5x0fjt8jak" path="res://component/ships/NihilAce_spaceship_building_pack_32x32.png" id="1_4y72e"]
|
|
|
[ext_resource type="Script" path="res://component/ships/ship.gd" id="1_8hr01"]
|
|
|
-[ext_resource type="PackedScene" uid="uid://cm4nfeaf4e2rl" path="res://effect/thrust/thrust_effect.tscn" id="2_qj0sy"]
|
|
|
-[ext_resource type="PackedScene" uid="uid://cmg7vt5a3l51t" path="res://effect/thrust/small_thrust.tscn" id="3_3s5ab"]
|
|
|
+[ext_resource type="PackedScene" uid="uid://cm4nfeaf4e2rl" path="res://effect/thrust/thruster_big.tscn" id="2_qj0sy"]
|
|
|
+[ext_resource type="PackedScene" uid="uid://cmg7vt5a3l51t" path="res://effect/thrust/thruster_small.tscn" id="3_3s5ab"]
|
|
|
|
|
|
[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_g1gqc"]
|
|
|
friction = 0.21
|
|
@@ -288,20 +288,20 @@ physics_material_override = SubResource("PhysicsMaterial_g1gqc")
|
|
|
linear_damp = 0.05
|
|
|
script = ExtResource("1_8hr01")
|
|
|
|
|
|
-[node name="ThrustEffectMid" parent="." instance=ExtResource("2_qj0sy")]
|
|
|
+[node name="BigThrusterMid" parent="." instance=ExtResource("2_qj0sy")]
|
|
|
position = Vector2(0, 348)
|
|
|
|
|
|
-[node name="ThrustEffectLeft" parent="." instance=ExtResource("2_qj0sy")]
|
|
|
+[node name="BigThrusterLeft" parent="." instance=ExtResource("2_qj0sy")]
|
|
|
position = Vector2(-64, 316)
|
|
|
|
|
|
-[node name="ThrustEffectRight" parent="." instance=ExtResource("2_qj0sy")]
|
|
|
+[node name="BigThrusterRight" parent="." instance=ExtResource("2_qj0sy")]
|
|
|
position = Vector2(64, 316)
|
|
|
|
|
|
-[node name="LeftSmallThrust" parent="." instance=ExtResource("3_3s5ab")]
|
|
|
+[node name="SmallThrusterLeft" parent="." instance=ExtResource("3_3s5ab")]
|
|
|
position = Vector2(-176, 404)
|
|
|
emitting = true
|
|
|
|
|
|
-[node name="RightSmallThrust" parent="." instance=ExtResource("3_3s5ab")]
|
|
|
+[node name="SmallThrusterRight" parent="." instance=ExtResource("3_3s5ab")]
|
|
|
position = Vector2(176, 404)
|
|
|
emitting = true
|
|
|
|
|
@@ -318,8 +318,8 @@ shape = SubResource("CapsuleShape2D_scyxd")
|
|
|
position = Vector2(0, 184.5)
|
|
|
shape = SubResource("RectangleShape2D_54thx")
|
|
|
|
|
|
-[connection signal="thrusted" from="." to="ThrustEffectMid" method="_on_thrusted"]
|
|
|
-[connection signal="thrusted" from="." to="ThrustEffectLeft" method="_on_thrusted"]
|
|
|
-[connection signal="thrusted" from="." to="ThrustEffectRight" method="_on_thrusted"]
|
|
|
-[connection signal="thrusted" from="." to="LeftSmallThrust" method="_on_thrusted"]
|
|
|
-[connection signal="thrusted" from="." to="RightSmallThrust" method="_on_thrusted"]
|
|
|
+[connection signal="thrusted" from="." to="BigThrusterMid" method="_on_thrusted"]
|
|
|
+[connection signal="thrusted" from="." to="BigThrusterLeft" method="_on_thrusted"]
|
|
|
+[connection signal="thrusted" from="." to="BigThrusterRight" method="_on_thrusted"]
|
|
|
+[connection signal="thrusted" from="." to="SmallThrusterLeft" method="_on_thrusted"]
|
|
|
+[connection signal="thrusted" from="." to="SmallThrusterRight" method="_on_thrusted"]
|