move pieces instantaneously and without sound at init

This commit is contained in:
Fabien Freling 2020-05-22 15:56:32 +02:00
parent 6d788465ab
commit 111b2f7125
2 changed files with 36 additions and 31 deletions

View file

@ -44,6 +44,7 @@ func _on_NewGamePanel_about_to_show():
"hard":
$Panel/HBoxContainer/Hard.pressed = true
_:
assert("Invalid value")
$Panel/HBoxContainer/Normal.pressed = true
$Panel/Start.grab_focus()