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