2024-10-18 12:01:15 +02:00
|
|
|
[gd_resource type="Resource" script_class="ItemResource" load_steps=4 format=3 uid="uid://cbitlk81jxwfa"]
|
2024-09-30 17:00:16 +02:00
|
|
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dudsmx6hrni7v" path="res://assets/tools/Sword.png" id="1_gprhx"]
|
2024-10-18 12:01:15 +02:00
|
|
|
[ext_resource type="Script" path="res://model/item_resource.gd" id="1_pr3as"]
|
2024-09-30 17:00:16 +02:00
|
|
|
[ext_resource type="PackedScene" uid="uid://b0hxoadcvbumx" path="res://assets/tools/Sword.tscn" id="2_ym223"]
|
|
|
|
|
|
|
|
[resource]
|
|
|
|
script = ExtResource("1_pr3as")
|
|
|
|
name = "Sword"
|
|
|
|
scene = ExtResource("2_ym223")
|
|
|
|
icon = ExtResource("1_gprhx")
|
|
|
|
max_stack_size = 1
|
|
|
|
is_tool = true
|
|
|
|
is_buildable = false
|
2024-09-30 18:02:20 +02:00
|
|
|
tool_action = 2
|