first commit
This commit is contained in:
10
onions left.gd
Executable file
10
onions left.gd
Executable file
@@ -0,0 +1,10 @@
|
||||
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."
|
||||
Reference in New Issue
Block a user