6 lines
87 B
GDScript
Executable File
6 lines
87 B
GDScript
Executable File
extends RichTextLabel
|
|
|
|
func _ready():
|
|
if !Globals.dead:
|
|
text = "[center]You Win..."
|