add NewGame panel
This commit is contained in:
parent
41d2d2bd23
commit
81bf9dab8f
8 changed files with 155 additions and 47 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue