Browse Source

Fixing default texture

pull/12/head
Ryan Reed 1 month ago
parent
commit
1bd3b3fa8e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      resources/db_item_resource.gd

+ 1
- 1
resources/db_item_resource.gd View File

@ -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"

Loading…
Cancel
Save