onion test 0

This commit is contained in:
2025-05-14 16:46:46 -05:00
parent 3b7da70e42
commit 151d93e433
10 changed files with 98 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ const Inventory = preload("res://scripts/Item/Inventory.gd")
# Item Constants
static var POTION = preload("res://scripts/Item/Potion.gd").new();
static var ONION = preload("res://scripts/Item/Ingredient/Onion.gd").new();
# Static inventories
static var PLAYER_INVENTORY = Inventory.new();