onion test 0
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user