diff options
Diffstat (limited to 'client/map/tiles/lettuce_crate.tscn')
-rw-r--r-- | client/map/tiles/lettuce_crate.tscn | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/client/map/tiles/lettuce_crate.tscn b/client/map/tiles/lettuce_crate.tscn new file mode 100644 index 00000000..922773bf --- /dev/null +++ b/client/map/tiles/lettuce_crate.tscn @@ -0,0 +1,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) |