mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
first commit
This commit is contained in:
commit
fafcbd1530
223 changed files with 107395 additions and 0 deletions
10
Menu/WinScreen.gd
Normal file
10
Menu/WinScreen.gd
Normal file
|
@ -0,0 +1,10 @@
|
|||
extends CanvasLayer
|
||||
|
||||
func _ready():
|
||||
$AnimationPlayer.play("win")
|
||||
|
||||
|
||||
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