diff --git a/resources/db_item_resource.gd b/resources/db_item_resource.gd index ec390b1..89a511f 100644 --- a/resources/db_item_resource.gd +++ b/resources/db_item_resource.gd @@ -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://assets/icon.svg" +@export_file var item_texture: String = "res://assets/godot-icon.svg"