Doing some more quest stuff
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user