Fix collision with player
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user