Fixed an issue where triple shot spells did not work.

修复三重射击法术无效的问题。
This commit is contained in:
Cold-Mint 2024-10-11 19:49:00 +08:00
parent e0e4c80e94
commit 16c1a8185c
Signed by: Cold-Mint
GPG Key ID: C5A9BF8A98E0CE99

View File

@ -12,9 +12,8 @@ collision_layer = 8
collision_mask = 34
angular_damp = -1.0
script = ExtResource("1_cnhod")
NumberOfProjectiles = null
RandomAngle = null
UnitRadian = null
RandomAngle = true
UnitRadian = 0.07
_projectilePath = null
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]