Fixed an issue where triple shot spells did not work.
修复三重射击法术无效的问题。
This commit is contained in:
parent
e0e4c80e94
commit
16c1a8185c
|
@ -12,9 +12,8 @@ collision_layer = 8
|
||||||
collision_mask = 34
|
collision_mask = 34
|
||||||
angular_damp = -1.0
|
angular_damp = -1.0
|
||||||
script = ExtResource("1_cnhod")
|
script = ExtResource("1_cnhod")
|
||||||
NumberOfProjectiles = null
|
RandomAngle = true
|
||||||
RandomAngle = null
|
UnitRadian = 0.07
|
||||||
UnitRadian = null
|
|
||||||
_projectilePath = null
|
_projectilePath = null
|
||||||
|
|
||||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user