r3-next/backgounds/Label.gd

7 lines
102 B
GDScript

extends Label
func _ready():
if Global.time > Global.timelimit:
set_text("You are out of fuel");