Merge pull request #1878 from Zamaroht/patch-2

Remove focus from restart button, fixes #1850
This commit is contained in:
Juan Linietsky 2015-05-10 11:32:36 -03:00
commit 42ef5d823d

View file

@ -143,6 +143,7 @@ func restart_pressed():
cells.clear() cells.clear()
get_node("gameover").set_text("") get_node("gameover").set_text("")
piece_active=true piece_active=true
get_node("../restart").release_focus()
update() update()