aboutsummaryrefslogtreecommitdiff
path: root/client/map/items/sliced_bun.tscn
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-09-07 18:34:52 +0200
committertpart <tpart120@proton.me>2024-09-07 18:34:52 +0200
commit7d43a12644a27bec2d4344f00bee79eddf888a77 (patch)
treec00d4af48f8c6ec1f0260ced0f763e5b992b75fe /client/map/items/sliced_bun.tscn
parent5871bef11d154dc489f1519a2e6ddff920f96d2c (diff)
downloadhurrycurry-7d43a12644a27bec2d4344f00bee79eddf888a77.tar
hurrycurry-7d43a12644a27bec2d4344f00bee79eddf888a77.tar.bz2
hurrycurry-7d43a12644a27bec2d4344f00bee79eddf888a77.tar.zst
Add sliced bun model & Implement item
Diffstat (limited to 'client/map/items/sliced_bun.tscn')
-rw-r--r--client/map/items/sliced_bun.tscn16
1 files changed, 16 insertions, 0 deletions
diff --git a/client/map/items/sliced_bun.tscn b/client/map/items/sliced_bun.tscn
new file mode 100644
index 00000000..961d0f70
--- /dev/null
+++ b/client/map/items/sliced_bun.tscn
@@ -0,0 +1,16 @@
+[gd_scene load_steps=3 format=3 uid="uid://cm88wpf64l4fu"]
+
+[ext_resource type="ArrayMesh" uid="uid://c1qyv55xpv30n" path="res://map/items/sliced_bun_bottom.res" id="1_plvi5"]
+[ext_resource type="ArrayMesh" uid="uid://dy180cecs6rb1" path="res://map/items/sliced_bun_top.res" id="2_l6cg2"]
+
+[node name="SlicedBun" type="Node3D"]
+
+[node name="MeshBottom" type="MeshInstance3D" parent="."]
+transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0)
+mesh = ExtResource("1_plvi5")
+skeleton = NodePath("")
+
+[node name="MeshTop" type="MeshInstance3D" parent="."]
+transform = Transform3D(0.433013, 0.25, 0, -0.25, 0.433013, 0, 0, 0, 0.5, 0.18, 0.08, 0)
+mesh = ExtResource("2_l6cg2")
+skeleton = NodePath("")