1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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("")
|