9 lines
75 B
GDScript
Executable File
9 lines
75 B
GDScript
Executable File
extends Button
|
|
|
|
|
|
|
|
|
|
func _ready():
|
|
if !Globals.dead:
|
|
text = "Play Again"
|