aboutsummaryrefslogtreecommitdiff
path: root/client/map/tiles/coconut_crate.tscn
blob: af2146b162ef62b976a90aa3a25dfcb203ab44b3 (plain)
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://cti8difugwnxm"]

[ext_resource type="PackedScene" uid="uid://xdui0oya4lpb" path="res://map/tiles/crate.tscn" id="1_1qpmd"]
[ext_resource type="PackedScene" uid="uid://cmsirxgv7iqnk" path="res://map/items/coconut.tscn" id="3_s5fgf"]

[node name="StrawberryCrate" instance=ExtResource("1_1qpmd")]

[node name="Coconut" parent="." index="1" instance=ExtResource("3_s5fgf")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.177501, 0, -0.17735)

[node name="Coconut2" parent="." index="2" instance=ExtResource("3_s5fgf")]
transform = Transform3D(0.735258, 0, 0.677788, 0, 1, 0, -0.677788, 0, 0.735258, 0.185726, 0, -0.192698)

[node name="Coconut3" parent="." index="3" instance=ExtResource("3_s5fgf")]
transform = Transform3D(0.835347, 0, -0.549723, 0, 1, 0, 0.549723, 0, 0.835347, -0.177501, 0, 0.17735)

[node name="Coconut4" parent="." index="4" instance=ExtResource("3_s5fgf")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.184021, 0, 0.17735)