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"]
|
2026-08-13 14:53:39 -04:00
|
|
|
[ext_resource type="Texture2D" path="res://items/icons/art/art_kit.png" id="2_icon"]
|
2026-08-02 00:45:07 -04:00
|
|
|
|
|
|
|
|
[resource]
|
|
|
|
|
script = ExtResource("1_item")
|
|
|
|
|
item_id = &"art_kit"
|
|
|
|
|
display_name = "Art Kit"
|
2026-08-14 16:31:28 -04:00
|
|
|
description = "Select the Art Kit in the Hotbar to paint."
|
2026-08-02 00:45:07 -04:00
|
|
|
category = 1
|
|
|
|
|
icon = ExtResource("2_icon")
|
|
|
|
|
stackable = false
|
|
|
|
|
max_stack = 1
|
|
|
|
|
usable = false
|
|
|
|
|
equippable = true
|
|
|
|
|
hotbar_allowed = true
|