A little folders cleanup

This commit is contained in:
2ndbeam 2024-05-14 22:01:33 +03:00
commit 545da7be1f
90 changed files with 68 additions and 1661 deletions

11
scripts/Classes/item.gd Normal file
View 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