Add Shop UI

This commit is contained in:
JonShard
2026-08-03 13:19:30 +02:00
parent c3671c4489
commit 58f7da7481
20 changed files with 631 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
class_name GameManager
extends Node
static var money: int
static var money: int = 20
static var meals_in_play: Array[String]
static var sides_in_play: Array[String]