Files
Shrender-Man/onions left.gd
2026-03-02 02:17:04 +00:00

11 lines
214 B
GDScript
Executable File

extends RichTextLabel
func _process(delta):
match Globals.task:
0:
text = "Onions: %s/%s" % [Globals.onionsFound, Globals.onionsToFind]
1:
text = "Find the heart."
2:
text = "Give life to fiona."