Browse Source

fix: default item_texture value

master
Ryan Reed 3 weeks ago
parent
commit
6ca52a9233
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 name: String = "Item Name"
@export var amount: int = 0 @export var amount: int = 0
@export var description: String = "Item Description" @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"

Loading…
Cancel
Save