Refresh authored item and interface artwork

This commit is contained in:
Alexander Sellite 2026-08-15 14:27:33 -04:00
parent 611eeb9d8d
commit 64c2acb773
69 changed files with 1123 additions and 1 deletions

View file

@ -1,6 +1,7 @@
[gd_resource type="Resource" script_class="ItemData" load_steps=2 format=3]
[gd_resource type="Resource" script_class="ItemData" load_steps=3 format=3]
[ext_resource type="Script" path="res://items/item_data.gd" id="1_item"]
[ext_resource type="Texture2D" path="res://items/icons/equipment/temp_net.png" id="2_icon"]
[resource]
script = ExtResource("1_item")
@ -9,6 +10,7 @@ display_name = "crab net"
description = "a hand net for catching crabs and other small shore animals."
active = true
category = 1
icon = ExtResource("2_icon")
stackable = false
max_stack = 1
usable = false