mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
improved menu
This commit is contained in:
parent
2637008a33
commit
81bc9fa37f
59 changed files with 783 additions and 78 deletions
5
Menu/Buttons/PlayButton.gd
Normal file
5
Menu/Buttons/PlayButton.gd
Normal file
|
@ -0,0 +1,5 @@
|
|||
extends TextureButton
|
||||
|
||||
func _on_PlayButton_pressed():
|
||||
GameStats.restart_level()
|
||||
disabled = true
|
Loading…
Add table
Add a link
Reference in a new issue