浏览代码

:truck: Rename seat as vehicle:seat

In order to group groups by theme.
DricomDragon 2 月之前
父节点
当前提交
d0de87f18a

+ 1 - 1
godot/component/entity/vehicles/biplan/biplan.tscn

@@ -86,7 +86,7 @@ shape = SubResource("BoxShape3D_6m175")
 transform = Transform3D(1, 0, 0, 0, 0.980604, -0.195998, 0, 0.195998, 0.980604, 0, 0.107529, -0.828761)
 shape = SubResource("BoxShape3D_6m175")
 
-[node name="DrivingSeat" type="Node3D" parent="." groups=["seat"]]
+[node name="DrivingSeat" type="Node3D" parent="." groups=["vehicle:seat"]]
 transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 2.38419e-07, 0.462769, -0.53054)
 
 [node name="VerticalFoil" type="CollisionShape3D" parent="."]

+ 1 - 1
godot/component/entity/vehicles/jeep/Jeep.tscn

@@ -83,6 +83,6 @@ damping_relaxation = 0.5
 
 [node name="OrangeJeepOpen_wheel4" parent="RearRightWheel" instance=ExtResource("3_skal6")]
 
-[node name="RearSeat" type="Node3D" parent="." groups=["seat"]]
+[node name="RearSeat" type="Node3D" parent="." groups=["vehicle:seat"]]
 unique_name_in_owner = true
 transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0.495948, -0.178343)

+ 1 - 1
godot/component/entity/vehicles/plane/tiny_plane.tscn

@@ -36,5 +36,5 @@ shape = SubResource("BoxShape3D_w478f")
 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.192811, 0.0385618)
 shape = SubResource("BoxShape3D_stelr")
 
-[node name="DrivingSeat" type="Node3D" parent="." groups=["seat"]]
+[node name="DrivingSeat" type="Node3D" parent="." groups=["vehicle:seat"]]
 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.253056, -0.941579)

+ 1 - 1
godot/project.godot

@@ -29,8 +29,8 @@ enabled=PackedStringArray("res://addons/input_prompts/plugin.cfg")
 
 [global_group]
 
-seat="A place on a vehicle where the player can sit on"
 vehicle="An technical object that the player can drive"
+vehicle:seat="A place on a vehicle where the player can sit on"
 
 [input]