I am disabled.

This commit is contained in:
MarcEricMartel 2023-10-10 17:26:13 -04:00
parent 057009acc9
commit 18ac847d0f

View File

@ -40,6 +40,10 @@ func remove_foe(foe):
# Called when the node enters the scene tree for the first time. # Called when the node enters the scene tree for the first time.
func _ready(): func _ready():
atk1l.set_disabled(true)
atk1r.set_disabled(true)
atk2l.set_disabled(true)
atk2r.set_disabled(true)
pass # Replace with function body. pass # Replace with function body.