1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[gd_scene load_steps=3 format=3 uid="uid://brgkq8x5jgxyb"]
[ext_resource type="PackedScene" uid="uid://xdui0oya4lpb" path="res://map/tiles/crate.tscn" id="1_57wln"]
[ext_resource type="PackedScene" uid="uid://cuf8vwqk6xujk" path="res://map/items/lettuce.tscn" id="3_03evc"]
[node name="LettuceCrate" instance=ExtResource("1_57wln")]
[node name="Lettuce" parent="." index="1" instance=ExtResource("3_03evc")]
transform = Transform3D(0.258819, 0, -0.965926, 0, 1, 0, 0.965926, 0, 0.258819, -0.15, 0, -0.15)
[node name="Lettuce2" parent="." index="2" instance=ExtResource("3_03evc")]
transform = Transform3D(0.939693, 0, -0.34202, 0, 1, 0, 0.34202, 0, 0.939693, 0.15, 0, 0.15)
[node name="Lettuce3" parent="." index="3" instance=ExtResource("3_03evc")]
transform = Transform3D(0.939693, 0, -0.34202, 0, 1, 0, 0.34202, 0, 0.939693, -0.15, 0.15, 0.15)
[node name="Lettuce4" parent="." index="4" instance=ExtResource("3_03evc")]
transform = Transform3D(0.939693, 0, -0.34202, 0, 1, 0, 0.34202, 0, 0.939693, 0.15, 0.15, -0.15)
|