Refresh authored item and interface artwork
This commit is contained in:
parent
611eeb9d8d
commit
64c2acb773
69 changed files with 1123 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue