pegchamp/Menu/Buttons/RestartButton.gd

9 lines
105 B
GDScript3
Raw Normal View History

2021-09-08 08:27:14 +00:00
extends TextureButton
func _on_RestartButton_pressed():
GameStats.restart_level()
disabled = true
2021-09-28 15:55:03 +00:00