Add Table

This commit is contained in:
JonShard
2026-07-25 18:18:17 +02:00
parent a1cb484ca5
commit 265dd12b37
8 changed files with 148 additions and 27 deletions
+1
View File
@@ -6,3 +6,4 @@ enum Type { MEAL, SIDE, INGREDIENT, NONE }
@export var id: String
@export var type: Type = Type.NONE
@export var sell_value = 1