소스 검색

:wrench: Make the triangle bigger

To allow the jeep to put 2 wheels on them.
DricomDragon 1 년 전
부모
커밋
2d96337f7b
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      godot/component/entity/props/triangle/triangle.tscn

+ 2 - 1
godot/component/entity/props/triangle/triangle.tscn

@@ -8,7 +8,8 @@ points = PackedVector3Array(0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 1, 0, 1, 1
 [node name="Triangle" type="StaticBody3D"]
 
 [node name="SimpleTriangle" parent="." instance=ExtResource("1_6di7t")]
+transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0)
 
 [node name="CollisionShape3D" type="CollisionShape3D" parent="."]
-transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.5, 0, -0.5)
+transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, -1, 0, -1)
 shape = SubResource("ConvexPolygonShape3D_xh6se")