first commit
This commit is contained in:
8
try again.gd
Executable file
8
try again.gd
Executable file
@@ -0,0 +1,8 @@
|
||||
extends Button
|
||||
|
||||
|
||||
|
||||
|
||||
func _ready():
|
||||
if !Globals.dead:
|
||||
text = "Play Again"
|
||||
Reference in New Issue
Block a user