Merge pull request #1878 from Zamaroht/patch-2
Remove focus from restart button, fixes #1850
This commit is contained in:
commit
42ef5d823d
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ func restart_pressed():
|
|||
cells.clear()
|
||||
get_node("gameover").set_text("")
|
||||
piece_active=true
|
||||
get_node("../restart").release_focus()
|
||||
update()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue