summaryrefslogtreecommitdiff
path: root/item/shoe.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'item/shoe.tscn')
-rw-r--r--item/shoe.tscn11
1 files changed, 11 insertions, 0 deletions
diff --git a/item/shoe.tscn b/item/shoe.tscn
new file mode 100644
index 0000000..c35facd
--- /dev/null
+++ b/item/shoe.tscn
@@ -0,0 +1,11 @@
+[gd_scene load_steps=4 format=3 uid="uid://bpl6aiic6muas"]
+
+[ext_resource type="PackedScene" uid="uid://36cam5oaj8p5" path="res://item/item.tscn" id="1_1i4gm"]
+[ext_resource type="Script" path="res://item/shoe.gd" id="2_byls7"]
+[ext_resource type="Texture2D" uid="uid://d12cln2og1pon" path="res://item/assets/item-shoe.png" id="3_n8grx"]
+
+[node name="Shoe" instance=ExtResource("1_1i4gm")]
+script = ExtResource("2_byls7")
+
+[node name="Sprite2D" parent="." index="0"]
+texture = ExtResource("3_n8grx")