aboutsummaryrefslogtreecommitdiff
path: root/client/map/items/leek.tscn
diff options
context:
space:
mode:
authornokoe <nokoe@mailbox.org>2024-06-25 00:14:48 +0200
committernokoe <nokoe@mailbox.org>2024-06-25 00:15:24 +0200
commitcf11d11099b8ddc03dc0c26f590193d35ba1bafd (patch)
treebe36250dd56e7a064d09335379de9770101fd484 /client/map/items/leek.tscn
parenta0572f92fddb1ddc1f4d62f22f8ecfb1f623bf21 (diff)
downloadhurrycurry-cf11d11099b8ddc03dc0c26f590193d35ba1bafd.tar
hurrycurry-cf11d11099b8ddc03dc0c26f590193d35ba1bafd.tar.bz2
hurrycurry-cf11d11099b8ddc03dc0c26f590193d35ba1bafd.tar.zst
more recipes, add tile factory
Diffstat (limited to 'client/map/items/leek.tscn')
-rw-r--r--client/map/items/leek.tscn10
1 files changed, 10 insertions, 0 deletions
diff --git a/client/map/items/leek.tscn b/client/map/items/leek.tscn
new file mode 100644
index 00000000..1bd5a01b
--- /dev/null
+++ b/client/map/items/leek.tscn
@@ -0,0 +1,10 @@
+[gd_scene load_steps=2 format=3 uid="uid://cmpwfkdnrm6e6"]
+
+[ext_resource type="ArrayMesh" uid="uid://cix4ji823kitw" path="res://map/items/leek.res" id="1_sum7m"]
+
+[node name="Leek" type="Node3D"]
+
+[node name="leek" type="MeshInstance3D" parent="."]
+transform = Transform3D(1, 0, 0, 0, 0.75, 0, 0, 0, 1, 0, 0, 0)
+mesh = ExtResource("1_sum7m")
+skeleton = NodePath("")