netfishing/items/catalog/art_kit.tres

18 lines
513 B
Text
Raw Normal View History

2026-08-02 00:45:07 -04:00
[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/placeholder/art_kit.svg" id="2_icon"]
[resource]
script = ExtResource("1_item")
item_id = &"art_kit"
display_name = "Art Kit"
description = "Press P in the game world to paint!"
category = 1
icon = ExtResource("2_icon")
stackable = false
max_stack = 1
usable = false
equippable = true
hotbar_allowed = true