add NewGame panel

This commit is contained in:
Fabien Freling 2020-04-13 17:54:11 +02:00
parent 41d2d2bd23
commit 81bf9dab8f
8 changed files with 155 additions and 47 deletions

View file

@ -99,9 +99,6 @@ func _ready() -> void:
shuffle(difficulty)
func _process(delta):
pass
func _input(event):
if $AnimationPlayer.is_playing():
# Disable input during animation
@ -331,3 +328,6 @@ func _on_AnimationPlayer_animation_finished(anim_name):
commit_slide()
update()
check_solved()
func _on_NewGamePanel_start_triggered(config):
pass # Replace with function body.