diff options
Diffstat (limited to 'client/map/items/sliced_bun_top.tscn')
-rw-r--r-- | client/map/items/sliced_bun_top.tscn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/client/map/items/sliced_bun_top.tscn b/client/map/items/sliced_bun_top.tscn new file mode 100644 index 00000000..403ecea7 --- /dev/null +++ b/client/map/items/sliced_bun_top.tscn @@ -0,0 +1,10 @@ +[gd_scene load_steps=2 format=3 uid="uid://cpmnp5sy6fwbe"] + +[ext_resource type="ArrayMesh" uid="uid://dy180cecs6rb1" path="res://map/items/sliced_bun_top.res" id="1_q5w8k"] + +[node name="SlicedBunTop" 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_q5w8k") +skeleton = NodePath("") |