|
|
@ -6,4 +6,4 @@ extends Resource |
|
|
|
@export var name: String = "Item Name" |
|
|
|
@export var amount: int = 0 |
|
|
|
@export var description: String = "Item Description" |
|
|
|
@export_file var item_texture: String = "res://icon.svg" |
|
|
|
@export_file var item_texture: String = "res://assets/icon.svg" |