Doing some more quest stuff

This commit is contained in:
2025-05-19 07:24:46 -05:00
parent f625415939
commit 0c5675e1b4
8 changed files with 56 additions and 19 deletions

View File

@@ -5,10 +5,5 @@ const Inventory = preload("res://scripts/Item/Inventory.gd")
# static var POTION = preload("res://scripts/Item/Potion.gd").new();
# static var ONION = preload("res://scripts/Item/Ingredient/Onion.gd").new();
enum ItemType {
POTION,
ONION
};
# Static inventories
static var PLAYER_INVENTORY = Inventory.new();