Przeglądaj źródła

:wrench: Make the flat triangle larger

To make it easier to jump with it.
DricomDragon 1 rok temu
rodzic
commit
1c79fde4fe

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

@@ -6,8 +6,8 @@
 [node name="FlatTriangle" type="StaticBody3D"]
 
 [node name="SimpleTriangle" parent="." instance=ExtResource("1_j6dhx")]
-transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 4, 0, 0, 0)
+transform = Transform3D(4, 0, 0, 0, 2, 0, 0, 0, 4, 0, 0, 0)
 
 [node name="CollisionShape3D" type="CollisionShape3D" parent="."]
-transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, -1, 0, -2)
+transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0)
 shape = ExtResource("2_ovovf")

+ 1 - 1
godot/component/entity/props/triangle/flat_triangle_shape.tres

@@ -1,4 +1,4 @@
 [gd_resource type="ConvexPolygonShape3D" format=3 uid="uid://jmhl8rtvnfcp"]
 
 [resource]
-points = PackedVector3Array(0, 0, 0, 1, 0, 0, 1, 0, 2, 0, 0, 2, 1, 1, 2, 0, 1, 2)
+points = PackedVector3Array(-1, 0, -1, 1, 0, -1, 1, 0, 1, -1, 0, 1, 1, 1, 1, -1, 1, 1)