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
7
Menu/Buttons/RestartButton.gd
Normal file
7
Menu/Buttons/RestartButton.gd
Normal file
|
@ -0,0 +1,7 @@
|
|||
extends TextureButton
|
||||
|
||||
|
||||
|
||||
func _on_RestartButton_pressed():
|
||||
GameStats.restart_level()
|
||||
disabled = true
|
Loading…
Add table
Add a link
Reference in a new issue