aboutsummaryrefslogtreecommitdiff
path: root/client/map/items/dough.tscn
diff options
context:
space:
mode:
authornokoe <nokoe@mailbox.org>2024-06-24 21:13:15 +0200
committernokoe <nokoe@mailbox.org>2024-06-24 21:13:15 +0200
commit30b38da3ee8bc289a42287c9e5ba15f4d55e7e1c (patch)
tree4dc9dff33118c4e50794cfc7e29e892fb1899265 /client/map/items/dough.tscn
parent197bef7ad12bcacc937c40d22d18b99d2e817234 (diff)
downloadhurrycurry-30b38da3ee8bc289a42287c9e5ba15f4d55e7e1c.tar
hurrycurry-30b38da3ee8bc289a42287c9e5ba15f4d55e7e1c.tar.bz2
hurrycurry-30b38da3ee8bc289a42287c9e5ba15f4d55e7e1c.tar.zst
bread
Diffstat (limited to 'client/map/items/dough.tscn')
-rw-r--r--client/map/items/dough.tscn10
1 files changed, 10 insertions, 0 deletions
diff --git a/client/map/items/dough.tscn b/client/map/items/dough.tscn
new file mode 100644
index 00000000..11a81194
--- /dev/null
+++ b/client/map/items/dough.tscn
@@ -0,0 +1,10 @@
+[gd_scene load_steps=2 format=3 uid="uid://dw5gdtilcsdcc"]
+
+[ext_resource type="ArrayMesh" uid="uid://bdbn7skeegtqq" path="res://map/items/dough.res" id="1_fe02r"]
+
+[node name="Dough" type="Node3D"]
+
+[node name="Mesh" type="MeshInstance3D" parent="."]
+transform = Transform3D(0.75, 0, 0, 0, 0.75, 0, 0, 0, 0.75, 0, 0, 0)
+mesh = ExtResource("1_fe02r")
+skeleton = NodePath("")