Parcourir la source

:truck: Rename big and small thrusters

DricomDragon il y a 1 an
Parent
commit
1a65734dda

+ 12 - 12
godot/component/ships/BiBiShip.tscn

@@ -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"]

godot/effect/thrust/thrust_line.png → godot/effect/thrust/thrust_line_big.png


+ 3 - 3
godot/effect/thrust/thrust_line.png.import

@@ -3,15 +3,15 @@
 importer="texture"
 type="CompressedTexture2D"
 uid="uid://b71okcm85d6iu"
-path="res://.godot/imported/thrust_line.png-6884bca60bf6f13164acb3ba88f361b1.ctex"
+path="res://.godot/imported/thrust_line_big.png-8d59dcff43b45e9ef67f4c4c9f9d3f9c.ctex"
 metadata={
 "vram_texture": false
 }
 
 [deps]
 
-source_file="res://effect/thrust/thrust_line.png"
-dest_files=["res://.godot/imported/thrust_line.png-6884bca60bf6f13164acb3ba88f361b1.ctex"]
+source_file="res://effect/thrust/thrust_line_big.png"
+dest_files=["res://.godot/imported/thrust_line_big.png-8d59dcff43b45e9ef67f4c4c9f9d3f9c.ctex"]
 
 [params]
 

godot/effect/thrust/thrust_small_line.png → godot/effect/thrust/thrust_line_small.png


+ 3 - 3
godot/effect/thrust/thrust_small_line.png.import

@@ -3,15 +3,15 @@
 importer="texture"
 type="CompressedTexture2D"
 uid="uid://csx340uermmbn"
-path="res://.godot/imported/thrust_small_line.png-2f84de405d31030e7f72dfcc88733079.ctex"
+path="res://.godot/imported/thrust_line_small.png-3b302c5028928e1526972d600aed9670.ctex"
 metadata={
 "vram_texture": false
 }
 
 [deps]
 
-source_file="res://effect/thrust/thrust_small_line.png"
-dest_files=["res://.godot/imported/thrust_small_line.png-2f84de405d31030e7f72dfcc88733079.ctex"]
+source_file="res://effect/thrust/thrust_line_small.png"
+dest_files=["res://.godot/imported/thrust_line_small.png-3b302c5028928e1526972d600aed9670.ctex"]
 
 [params]
 

+ 7 - 7
godot/effect/thrust/thrust_effect.tscn

@@ -1,14 +1,14 @@
 [gd_scene load_steps=4 format=3 uid="uid://cm4nfeaf4e2rl"]
 
-[ext_resource type="Texture2D" uid="uid://b71okcm85d6iu" path="res://effect/thrust/thrust_line.png" id="1_0466v"]
-[ext_resource type="Material" uid="uid://csleqiewg5ib3" path="res://effect/thrust/thrust_effect_process_material.tres" id="1_wyfv6"]
-[ext_resource type="Script" path="res://effect/thrust/thrust_effect.gd" id="2_lphc2"]
+[ext_resource type="Material" uid="uid://csleqiewg5ib3" path="res://effect/thrust/thrust_effect_process_material.tres" id="1_r8tw2"]
+[ext_resource type="Texture2D" uid="uid://b71okcm85d6iu" path="res://effect/thrust/thrust_line_big.png" id="2_v6j4h"]
+[ext_resource type="Script" path="res://effect/thrust/thrust_effect.gd" id="3_0sdig"]
 
-[node name="ThrustEffect" type="GPUParticles2D"]
+[node name="BigThruster" type="GPUParticles2D"]
 position = Vector2(0, 60)
 emitting = false
 amount = 4
-process_material = ExtResource("1_wyfv6")
-texture = ExtResource("1_0466v")
+process_material = ExtResource("1_r8tw2")
+texture = ExtResource("2_v6j4h")
 local_coords = true
-script = ExtResource("2_lphc2")
+script = ExtResource("3_0sdig")

+ 7 - 7
godot/effect/thrust/small_thrust.tscn

@@ -1,14 +1,14 @@
 [gd_scene load_steps=4 format=3 uid="uid://cmg7vt5a3l51t"]
 
-[ext_resource type="Material" uid="uid://csleqiewg5ib3" path="res://effect/thrust/thrust_effect_process_material.tres" id="1_gtibo"]
-[ext_resource type="Script" path="res://effect/thrust/thrust_effect.gd" id="1_oj2au"]
-[ext_resource type="Texture2D" uid="uid://csx340uermmbn" path="res://effect/thrust/thrust_small_line.png" id="2_q5a4v"]
+[ext_resource type="Material" uid="uid://csleqiewg5ib3" path="res://effect/thrust/thrust_effect_process_material.tres" id="1_rqrnh"]
+[ext_resource type="Texture2D" uid="uid://csx340uermmbn" path="res://effect/thrust/thrust_line_small.png" id="2_7kqpg"]
+[ext_resource type="Script" path="res://effect/thrust/thrust_effect.gd" id="3_0wnx8"]
 
-[node name="SmallThrust" type="GPUParticles2D"]
+[node name="SmallThruster" type="GPUParticles2D"]
 position = Vector2(0, 36)
 emitting = false
 amount = 4
-process_material = ExtResource("1_gtibo")
-texture = ExtResource("2_q5a4v")
+process_material = ExtResource("1_rqrnh")
+texture = ExtResource("2_7kqpg")
 local_coords = true
-script = ExtResource("1_oj2au")
+script = ExtResource("3_0wnx8")