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