aboutsummaryrefslogtreecommitdiff
path: root/client/map/items/sliced_bun_bottom.tscn
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-09-16 12:46:09 +0200
committertpart <tpart120@proton.me>2024-09-16 12:46:09 +0200
commitfee8f4ee5b331add43eb8b885b2f04d719d18d69 (patch)
treea2a148d6640aed7ee89d80a1c0ed98585c3005cc /client/map/items/sliced_bun_bottom.tscn
parentd178223b1a916682c8dc4b9fdd0d7ad886bf9df6 (diff)
downloadhurrycurry-fee8f4ee5b331add43eb8b885b2f04d719d18d69.tar
hurrycurry-fee8f4ee5b331add43eb8b885b2f04d719d18d69.tar.bz2
hurrycurry-fee8f4ee5b331add43eb8b885b2f04d719d18d69.tar.zst
Fix item stacking on plate; Implement correct bun slice behaviour on plates
Diffstat (limited to 'client/map/items/sliced_bun_bottom.tscn')
-rw-r--r--client/map/items/sliced_bun_bottom.tscn10
1 files changed, 10 insertions, 0 deletions
diff --git a/client/map/items/sliced_bun_bottom.tscn b/client/map/items/sliced_bun_bottom.tscn
new file mode 100644
index 00000000..573dba13
--- /dev/null
+++ b/client/map/items/sliced_bun_bottom.tscn
@@ -0,0 +1,10 @@
+[gd_scene load_steps=2 format=3 uid="uid://djtfnj11lljke"]
+
+[ext_resource type="ArrayMesh" uid="uid://c1qyv55xpv30n" path="res://map/items/sliced_bun_bottom.res" id="1_ekr5f"]
+
+[node name="SlicedBunBottom" type="Node3D"]
+
+[node name="Mesh" type="MeshInstance3D" parent="."]
+transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0)
+mesh = ExtResource("1_ekr5f")
+skeleton = NodePath("")