mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
added basic level selection menu
This commit is contained in:
parent
8639876921
commit
2637008a33
54 changed files with 756 additions and 32 deletions
|
@ -4,7 +4,7 @@ func _ready():
|
|||
$AnimationPlayer.play("win")
|
||||
|
||||
|
||||
func _on_AnimationPlayer_animation_finished(anim_name):
|
||||
func _on_AnimationPlayer_animation_finished(_anim_name):
|
||||
$Congratulations.visible = false
|
||||
$Congratulations2.visible = false
|
||||
$Control.visible = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue