summaryrefslogtreecommitdiff
path: root/item/shoe.tscn
blob: c35facd6378321ffa4cc542abbf91c998663bf13 (plain)
1
2
3
4
5
6
7
8
9
10
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")