mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
8 lines
105 B
GDScript
8 lines
105 B
GDScript
extends TextureButton
|
|
|
|
|
|
|
|
func _on_RestartButton_pressed():
|
|
GameStats.restart_level()
|
|
disabled = true
|
|
|