aboutsummaryrefslogtreecommitdiff
path: root/client/map/items/bread_slice.tscn
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-25 00:16:59 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-25 00:16:59 +0200
commit6db6de3aaea9a139a754453f99cb149cd79aec17 (patch)
tree67ae13e2f2a363f68485ff8f6dff493c122afe15 /client/map/items/bread_slice.tscn
parent78b722cf5825108c7d4ea4c248f4e7aa7932b494 (diff)
parentcf11d11099b8ddc03dc0c26f590193d35ba1bafd (diff)
downloadhurrycurry-6db6de3aaea9a139a754453f99cb149cd79aec17.tar
hurrycurry-6db6de3aaea9a139a754453f99cb149cd79aec17.tar.bz2
hurrycurry-6db6de3aaea9a139a754453f99cb149cd79aec17.tar.zst
Merge branch 'master' of codeberg.org:metamuffin/undercooked
Diffstat (limited to 'client/map/items/bread_slice.tscn')
-rw-r--r--client/map/items/bread_slice.tscn9
1 files changed, 9 insertions, 0 deletions
diff --git a/client/map/items/bread_slice.tscn b/client/map/items/bread_slice.tscn
new file mode 100644
index 00000000..3a435e17
--- /dev/null
+++ b/client/map/items/bread_slice.tscn
@@ -0,0 +1,9 @@
+[gd_scene load_steps=2 format=3 uid="uid://ccajf36datccs"]
+
+[ext_resource type="ArrayMesh" uid="uid://cwftutpb2lxca" path="res://map/items/bread_slice.res" id="1_yv77k"]
+
+[node name="BreadSlice" type="Node3D"]
+
+[node name="Mesh" type="MeshInstance3D" parent="."]
+mesh = ExtResource("1_yv77k")
+skeleton = NodePath("")