Fix collision with player

This commit is contained in:
2023-09-11 00:43:22 -07:00
parent 51307c0d40
commit cb1cad1271
14 changed files with 65 additions and 63 deletions

View File

@@ -35,7 +35,7 @@ curve = SubResource("Curve3D_bch55")
script = ExtResource("1_ovnwu")
Cooldown = 1.0
_soundEffect = ExtResource("2_lofnw")
_projectileSpeed = 5.0
_projectileSpeed = 3.0
[node name="PathFollow3D" type="PathFollow3D" parent="Forward Shot"]
transform = Transform3D(0.999997, 0, -0.00207308, 0, 1, 0, 0.00207308, 0, 0.999997, -0.00347188, 1, 0.533723)
@@ -66,7 +66,7 @@ curve = SubResource("Curve3D_ciqkc")
script = ExtResource("1_ovnwu")
Cooldown = 1.0
_soundEffect = ExtResource("2_lofnw")
_projectileSpeed = 5.0
_projectileSpeed = 3.0
[node name="PathFollow3D" type="PathFollow3D" parent="Backward Shot"]
transform = Transform3D(0.999997, 0, -0.00207308, 0, 1, 0, 0.00207308, 0, 0.999997, -0.00347188, 1, 0.533723)

View File

@@ -97,4 +97,4 @@ stream = ExtResource("2_jeoco")
autoplay = true
[connection signal="body_entered" from="Forward Shot/PathFollow3D/HitBox" to="Forward Shot" method="OnProjectileHit"]
[connection signal="body_entered" from="Backward Shot/PathFollow3D/HitBox" to="Forward Shot" method="OnProjectileHit"]
[connection signal="body_entered" from="Backward Shot/PathFollow3D/HitBox" to="Backward Shot" method="OnProjectileHit"]