Browse Source

:wrench: Add left door to Jeep

DricomDragon 2 months ago
parent
commit
cac1368258
1 changed files with 4 additions and 1 deletions
  1. 4 1
      godot/component/entity/vehicles/jeep/Jeep.tscn

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

@@ -87,4 +87,7 @@ damping_relaxation = 0.5
 transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0.495948, -0.178343)
 
 [node name="RightDoor" type="Marker3D" parent="."]
-transform = Transform3D(-0.840567, 0, -0.541708, 0, 1, 0, 0.541708, 0, -0.840567, -0.821067, 0.693978, 0)
+transform = Transform3D(-0.849792, 0, -0.527119, 0, 1, 0, 0.527119, 0, -0.849792, -0.821067, 0.693978, 0)
+
+[node name="LeftDoor" type="Marker3D" parent="."]
+transform = Transform3D(-0.849893, 0, 0.526956, 0, 1, 0, -0.526956, 0, -0.849893, 0.821, 0.694, 0)