unlock movement row when erasing all

This commit is contained in:
Persephone Bubblegum-Holidy 2025-06-09 11:56:40 -07:00
parent ea15a4fef5
commit b79938cd96

View file

@ -77,6 +77,7 @@ func _return_to_zero():
func _erase_all() -> void:
_return_to_zero()
$LockButton.button_pressed = false
_on_clear_button_pressed()
func _start_recording():