2024-10-18 12:01:15 +02:00
|
|
|
[gd_resource type="Resource" script_class="ItemResource" load_steps=4 format=3 uid="uid://kywjkeu5tnjp"]
|
2024-09-27 18:09:30 +02:00
|
|
|
|
2024-10-18 12:01:15 +02:00
|
|
|
[ext_resource type="Script" path="res://model/item_resource.gd" id="1_1ujll"]
|
2024-09-27 18:09:30 +02:00
|
|
|
[ext_resource type="Texture2D" uid="uid://ch086r5ba07yn" path="res://assets/3rdparty/kenney/survival-kit/Previews/workbench.png" id="1_fxuxp"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://da8vh0auq4p3l" path="res://assets/items/workbench.tscn" id="2_ucmwx"]
|
|
|
|
|
|
|
|
[resource]
|
|
|
|
script = ExtResource("1_1ujll")
|
|
|
|
name = "Workbench"
|
|
|
|
scene = ExtResource("2_ucmwx")
|
|
|
|
icon = ExtResource("1_fxuxp")
|
|
|
|
max_stack_size = 1
|
|
|
|
is_tool = false
|
|
|
|
is_buildable = true
|