mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 12:16:14 +01:00
fix hitboxes
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user