Import item icons and notepad artwork

This commit is contained in:
Alexander Sellite 2026-07-31 16:51:18 -04:00
parent 78a5f0effd
commit 2de96dd7bb
24 changed files with 159 additions and 85 deletions

View file

@ -1,12 +1,12 @@
[gd_resource type="Resource" script_class="ItemData" load_steps=3 format=3]
[ext_resource type="Script" path="res://items/item_data.gd" id="1"]
[ext_resource type="Texture2D" path="res://items/icons/placeholder/snack.svg" id="2"]
[ext_resource type="Texture2D" path="res://items/icons/consumables/64_consumable_energybar.png" id="2"]
[resource]
script = ExtResource("1")
item_id = &"snack"
display_name = "snack"
display_name = "Energy Bar"
description = "temporarily adds one barrier damage."
category = 3
icon = ExtResource("2")