diff options
Diffstat (limited to 'client/map/items/sliced_bun.tscn')
-rw-r--r-- | client/map/items/sliced_bun.tscn | 16 |
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("") |