startings of 0.3 and row clearing
This commit is contained in:
parent
8ee16d7d26
commit
af364d0faa
8 changed files with 99 additions and 35 deletions
|
@ -154,3 +154,9 @@ func _input(event: InputEvent) -> void:
|
|||
binding = false
|
||||
update_text()
|
||||
return
|
||||
|
||||
|
||||
func _on_clear_button_pressed() -> void:
|
||||
movements = []
|
||||
for indicator in $MovementsBG/InvisibleMask/MovementsHandle.get_children():
|
||||
indicator.queue_free()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue