blob: f04b7a3aab37722b17c27cfcc1a822dee6b3c29a (
plain)
1
2
3
4
5
6
7
8
9
10
|
[gd_scene load_steps=2 format=3 uid="uid://c8tjoqcdn1gpj"]
[ext_resource type="ArrayMesh" uid="uid://jkb0e8d584uo" path="res://map/items/sliced_lettuce.res" id="1_y7x7n"]
[node name="SlicedLettuce" type="Node3D"]
[node name="Mesh" type="MeshInstance3D" parent="."]
transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0.01, 0)
mesh = ExtResource("1_y7x7n")
skeleton = NodePath("")
|