first commit

This commit is contained in:
Ugric
2026-03-02 02:17:04 +00:00
commit 5d56860f3a
813 changed files with 41799 additions and 0 deletions

10
onions left.gd Executable file
View 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."