2024-10-18 12:01:15 +02:00
|
|
|
[gd_resource type="Resource" script_class="ItemResource" load_steps=4 format=3 uid="uid://qelpkmqsqo5r"]
|
2024-09-27 18:09:30 +02:00
|
|
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://brf5tnxgpd771" path="res://assets/3rdparty/kenney/survival-kit/Previews/campfire.png" id="1_6eclp"]
|
2024-10-18 12:01:15 +02:00
|
|
|
[ext_resource type="Script" path="res://model/item_resource.gd" id="1_ib1kl"]
|
2024-09-27 18:09:30 +02:00
|
|
|
[ext_resource type="PackedScene" uid="uid://cofd468cwkntk" path="res://assets/items/campfire_pit.tscn" id="2_pyecx"]
|
|
|
|
|
|
|
|
[resource]
|
|
|
|
script = ExtResource("1_ib1kl")
|
|
|
|
name = "Campfire"
|
|
|
|
scene = ExtResource("2_pyecx")
|
|
|
|
icon = ExtResource("1_6eclp")
|
|
|
|
max_stack_size = 1
|
|
|
|
is_tool = false
|
|
|
|
is_buildable = true
|
2024-10-18 12:01:15 +02:00
|
|
|
tool_action = 0
|