first commit
This commit is contained in:
5
endgameText.gd
Executable file
5
endgameText.gd
Executable file
@@ -0,0 +1,5 @@
|
||||
extends RichTextLabel
|
||||
|
||||
func _ready():
|
||||
if !Globals.dead:
|
||||
text = "[center]You Win..."
|
||||
Reference in New Issue
Block a user