blob: 419e5eaa0984026ac884a7e14cff1bb88128458c (
plain)
1
2
3
4
5
6
7
8
9
10
|
[gd_scene load_steps=2 format=3 uid="uid://ct4f8jtnvfn56"]
[ext_resource type="ArrayMesh" uid="uid://cwhr8luqwpo7a" path="res://map/items/cooked_noodles.res" id="1_ahfxi"]
[node name="CookedNoodles" type="Node3D"]
[node name="Mesh" type="MeshInstance3D" parent="."]
transform = Transform3D(0.378, 0, 0, 0, 0.378, 0, 0, 0, 0.378, -0.027, 0, 0.095)
mesh = ExtResource("1_ahfxi")
skeleton = NodePath("")
|