fix hitboxes

This commit is contained in:
2022-12-10 15:37:20 +01:00
parent af78a923f8
commit 236a6f92a7
4 changed files with 9 additions and 12 deletions

View File

@@ -15,6 +15,7 @@ transform = Transform3D(1, 0, 3.55271e-15, 0, 1, 0, -3.55271e-15, 0, 1, -12, 0,
script = ExtResource("1_0x664")
[node name="Cannon" parent="." instance=ExtResource("2_71mfj")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -5.52346, 1.58651, -1.96232e-14)
[node name="MeshInstance3D2" type="MeshInstance3D" parent="."]
mesh = SubResource("BoxMesh_ognqx")
@@ -25,6 +26,6 @@ mesh = SubResource("BoxMesh_ognqx")
shape = SubResource("ConcavePolygonShape3D_p3d4e")
[node name="CharacterBody3D" parent="." instance=ExtResource("3_in6up")]
transform = Transform3D(1, 0, -3.55271e-15, 0, 1, 0, 3.55271e-15, 0, 1, 0, 2, 0)
transform = Transform3D(1, 0, -3.55271e-15, 0, 1, 0, 3.55271e-15, 0, 1, 0, 3, 0)
[node name="Cannon2" parent="." instance=ExtResource("2_71mfj")]