mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-04-23 05:41:16 +02:00
Add missing parameter.
This commit is contained in:
parent
59d57669fa
commit
c658f1c26f
@ -239,7 +239,7 @@ func _cgcd_started(value :float) -> void:
|
|||||||
show_cooldown_timer(value)
|
show_cooldown_timer(value)
|
||||||
set_process(true)
|
set_process(true)
|
||||||
|
|
||||||
func _cgcd_finished() -> void:
|
func _cgcd_finished(entity) -> void:
|
||||||
gcd = 0
|
gcd = 0
|
||||||
|
|
||||||
func _on_button_pressed() -> void:
|
func _on_button_pressed() -> void:
|
||||||
|
Loading…
Reference in New Issue
Block a user