New items + base typing + price generation + new menu template
This commit is contained in:
parent
ff19560f0b
commit
50be4a0bb2
20 changed files with 408 additions and 37 deletions
|
|
@ -6,7 +6,7 @@ class_name Item
|
|||
@export var description : String
|
||||
@export var min_price : float
|
||||
@export var max_price : float
|
||||
@export var stack_size : int
|
||||
@export var weight : float
|
||||
@export var icon : Texture
|
||||
@export var image : Texture
|
||||
@export var type : Game.ITEM_TYPE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue