game: add weapon active ability
This commit is contained in:
@@ -8,4 +8,7 @@ script = ExtResource("1_v4xn6")
|
||||
[node name="AttackCDTimer" type="Timer" parent="."]
|
||||
autostart = true
|
||||
|
||||
[node name="ActiveCDTimer" type="Timer" parent="."]
|
||||
one_shot = true
|
||||
|
||||
[connection signal="timeout" from="AttackCDTimer" to="." method="_on_attack_cd_timer_timeout"]
|
||||
|
Reference in New Issue
Block a user