mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
level select on win screen
This commit is contained in:
parent
a88727b2d8
commit
d90e99e579
4 changed files with 98 additions and 37 deletions
|
@ -1,5 +1,9 @@
|
|||
extends TextureButton
|
||||
|
||||
func _ready() -> void:
|
||||
disabled = true
|
||||
visible = false
|
||||
|
||||
func _on_PlayButton_pressed():
|
||||
GameStats.restart_level()
|
||||
disabled = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue