A little folders cleanup
This commit is contained in:
parent
997e3c0982
commit
545da7be1f
90 changed files with 68 additions and 1661 deletions
11
scripts/Classes/item.gd
Normal file
11
scripts/Classes/item.gd
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
extends Resource
|
||||
|
||||
class_name Item
|
||||
|
||||
@export var name : String
|
||||
@export var description : String
|
||||
@export var min_price : float
|
||||
@export var max_price : float
|
||||
@export var weight : float
|
||||
@export var icon : Texture
|
||||
@export var type : Game.ITEM_TYPE
|
||||
Loading…
Add table
Add a link
Reference in a new issue