Files
parasitic-god/Scenes/Main/Main.tscn

5630 lines
212 KiB
Plaintext

[gd_scene load_steps=22 format=3 uid="uid://bfil8sd154327"]
[ext_resource type="Script" uid="uid://t71ewkpa5uqs" path="res://Scenes/Main/Main.cs" id="1_p8rbg"]
[ext_resource type="Script" uid="uid://b77vh831r1e3c" path="res://Scenes/Main/MiraclePanel.cs" id="2_hcu3t"]
[ext_resource type="PackedScene" uid="uid://rj1fsdlhju5y" path="res://Scenes/UI/miracle_button.tscn" id="3_qdkat"]
[ext_resource type="Texture2D" uid="uid://dg6ac3jb1366r" path="res://Sprites/globe.svg" id="4_i3fi7"]
[ext_resource type="Script" uid="uid://ddshg236tlltt" path="res://Scripts/Components/ActiveBuffsManager.cs" id="4_xggvw"]
[ext_resource type="PackedScene" uid="uid://b417dl07c13uc" path="res://Scenes/UI/buff_button.tscn" id="5_xd21n"]
[ext_resource type="AudioStream" uid="uid://4cgkxo3qconx" path="res://Sfx/UI_SFX_Pack_61_50.wav" id="6_32vk6"]
[ext_resource type="PackedScene" uid="uid://be5d0d3aweg0l" path="res://Scenes/Huts/HutMarker.tscn" id="6_cv8e0"]
[ext_resource type="Script" uid="uid://c6uh5h3sdlg7n" path="res://Scripts/Components/NotificationManager.cs" id="6_iwp64"]
[ext_resource type="PackedScene" uid="uid://crpf0llofg0sc" path="res://Scenes/UI/notification_label.tscn" id="7_4etfk"]
[ext_resource type="AudioStream" uid="uid://vuf57vdueq3b" path="res://Sfx/UI_SFX_Pack_61_49.wav" id="7_crdpj"]
[ext_resource type="AudioStream" uid="uid://dv0i7xw8o5ac0" path="res://Sfx/UI_SFX_Pack_61_5.wav" id="8_4etfk"]
[ext_resource type="Script" uid="uid://dj2wyrq07gfp2" path="res://Scripts/Components/PopulationVisualizer.cs" id="8_cv8e0"]
[ext_resource type="PackedScene" uid="uid://8w7tvsgkev1y" path="res://Scenes/tree.tscn" id="8_hcu3t"]
[ext_resource type="Shader" uid="uid://bf8nk145fjkgh" path="res://Shaders/corruption_shader.gdshader" id="9_wgovn"]
[ext_resource type="PackedScene" uid="uid://cqkye7yykakns" path="res://Scenes/Followers/FollowerMarker.tscn" id="11_5ci8a"]
[ext_resource type="PackedScene" uid="uid://wysxqe44rxhf" path="res://Scenes/TempleMarker.tscn" id="14_udh0u"]
[ext_resource type="PackedScene" uid="uid://xk2xirjd1sma" path="res://Scenes/moddable_visual.tscn" id="17_qdkat"]
[ext_resource type="Script" uid="uid://furbvcmw31bx" path="res://Scripts/Components/ForestVisualizer.cs" id="18_qdkat"]
[ext_resource type="Script" uid="uid://cw8gpeaq3yfjn" path="res://Scripts/Components/RoadManager.cs" id="19_qdkat"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_cv8e0"]
shader = ExtResource("9_wgovn")
shader_parameter/terrain_color = Color(0.152941, 0.682353, 0.376471, 1)
shader_parameter/corrupted_color = Color(0.3, 0.1, 0.2, 1)
shader_parameter/corruption_level = 0.0
shader_parameter/tolerance = 0.1
[node name="World" type="Node2D" node_paths=PackedStringArray("_faithLabel", "_followersLabel", "_corruptionLabel", "_productionLabel", "_miraclePanel", "_worldSprite")]
script = ExtResource("1_p8rbg")
_faithLabel = NodePath("UiLayer/Control/Main/Top/FaithLabel")
_followersLabel = NodePath("UiLayer/Control/Main/Top/FollowersLabel")
_corruptionLabel = NodePath("UiLayer/Control/Main/Top/CorruptionLabel")
_productionLabel = NodePath("UiLayer/Control/Main/Top/ProductionLabel")
_miraclePanel = NodePath("UiLayer/Control/Main/ScrollContainer/Bottom")
_worldSprite = NodePath("World Sprite")
[node name="UiLayer" type="CanvasLayer" parent="."]
[node name="Control" type="Control" parent="UiLayer"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="Main" type="MarginContainer" parent="UiLayer/Control"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 4
size_flags_vertical = 0
theme_override_constants/margin_left = 8
theme_override_constants/margin_top = 8
theme_override_constants/margin_right = 8
theme_override_constants/margin_bottom = 8
[node name="Top" type="HBoxContainer" parent="UiLayer/Control/Main"]
layout_mode = 2
size_flags_horizontal = 4
size_flags_vertical = 0
alignment = 1
[node name="FaithLabel" type="Label" parent="UiLayer/Control/Main/Top"]
layout_mode = 2
text = "Faith Label"
[node name="FollowersLabel" type="Label" parent="UiLayer/Control/Main/Top"]
layout_mode = 2
text = "FollowersLabel"
[node name="ProductionLabel" type="Label" parent="UiLayer/Control/Main/Top"]
layout_mode = 2
text = "ProductionLabel"
[node name="CorruptionLabel" type="Label" parent="UiLayer/Control/Main/Top"]
layout_mode = 2
text = "CorruptionLabel"
[node name="ScrollContainer" type="ScrollContainer" parent="UiLayer/Control/Main"]
custom_minimum_size = Vector2(430, 200)
layout_mode = 2
size_flags_horizontal = 8
size_flags_vertical = 10
horizontal_scroll_mode = 0
[node name="Bottom" type="GridContainer" parent="UiLayer/Control/Main/ScrollContainer"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
theme_override_constants/h_separation = 4
theme_override_constants/v_separation = 4
columns = 3
script = ExtResource("2_hcu3t")
_miracleButtonScene = ExtResource("3_qdkat")
[node name="ScrollContainer2" type="ScrollContainer" parent="UiLayer/Control/Main"]
custom_minimum_size = Vector2(400, 100)
layout_mode = 2
size_flags_horizontal = 0
size_flags_vertical = 10
vertical_scroll_mode = 0
[node name="HBoxContainer" type="HBoxContainer" parent="UiLayer/Control/Main/ScrollContainer2" node_paths=PackedStringArray("_buffRemovedSfx", "_buffAddedSfx")]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
script = ExtResource("4_xggvw")
_activeBuffScene = ExtResource("5_xd21n")
_buffRemovedSfx = NodePath("BuffRemoved")
_buffAddedSfx = NodePath("BuffAdded")
[node name="BuffRemoved" type="AudioStreamPlayer" parent="UiLayer/Control/Main/ScrollContainer2/HBoxContainer"]
stream = ExtResource("6_32vk6")
[node name="BuffAdded" type="AudioStreamPlayer" parent="UiLayer/Control/Main/ScrollContainer2/HBoxContainer"]
stream = ExtResource("7_crdpj")
[node name="Notification Layer" type="CanvasLayer" parent="." node_paths=PackedStringArray("_sfx")]
layer = 3
script = ExtResource("6_iwp64")
_notificationLabelScene = ExtResource("7_4etfk")
_sfx = NodePath("Advance Age")
[node name="Advance Age" type="AudioStreamPlayer" parent="Notification Layer"]
stream = ExtResource("8_4etfk")
[node name="Camera2D" type="Camera2D" parent="."]
[node name="World Sprite" type="Sprite2D" parent="."]
material = SubResource("ShaderMaterial_cv8e0")
position = Vector2(-34, -25)
scale = Vector2(2.41247, 2.41247)
texture = ExtResource("4_i3fi7")
metadata/_edit_lock_ = true
[node name="RoadManager" type="Node2D" parent="." node_paths=PackedStringArray("_markersContainer")]
script = ExtResource("19_qdkat")
_markersContainer = NodePath("../Hut Markers")
metadata/_custom_type_script = "uid://cw8gpeaq3yfjn"
metadata/_edit_lock_ = true
[node name="Hut Markers" type="Node2D" parent="."]
metadata/_edit_lock_ = true
[node name="HutMarker" parent="Hut Markers" instance=ExtResource("6_cv8e0")]
position = Vector2(-1, -29)
[node name="HutMarker2" parent="Hut Markers" instance=ExtResource("6_cv8e0")]
position = Vector2(124, -45)
[node name="HutMarker3" parent="Hut Markers" instance=ExtResource("6_cv8e0")]
position = Vector2(301, -41)
[node name="HutMarker4" parent="Hut Markers" instance=ExtResource("6_cv8e0")]
position = Vector2(392, -192)
[node name="HutMarker5" parent="Hut Markers" instance=ExtResource("6_cv8e0")]
position = Vector2(267, -207)
[node name="HutMarker6" parent="Hut Markers" instance=ExtResource("6_cv8e0")]
position = Vector2(418, -292)
[node name="HutMarker7" parent="Hut Markers" instance=ExtResource("6_cv8e0")]
position = Vector2(491, -413)
[node name="HutMarker8" parent="Hut Markers" instance=ExtResource("6_cv8e0")]
position = Vector2(613, -173)
[node name="HutMarker9" parent="Hut Markers" instance=ExtResource("6_cv8e0")]
position = Vector2(465, -76)
[node name="HutMarker10" parent="Hut Markers" instance=ExtResource("6_cv8e0")]
position = Vector2(352, 168)
[node name="HutMarker11" parent="Hut Markers" instance=ExtResource("6_cv8e0")]
position = Vector2(382, 347)
[node name="HutMarker12" parent="Hut Markers" instance=ExtResource("6_cv8e0")]
position = Vector2(88, 365)
[node name="HutMarker13" parent="Hut Markers" instance=ExtResource("6_cv8e0")]
position = Vector2(-111, 431)
[node name="HutMarker14" parent="Hut Markers" instance=ExtResource("6_cv8e0")]
position = Vector2(175, 513)
[node name="HutMarker15" parent="Hut Markers" instance=ExtResource("6_cv8e0")]
position = Vector2(-228, 311)
[node name="HutMarker16" parent="Hut Markers" instance=ExtResource("6_cv8e0")]
position = Vector2(-439, 282)
[node name="HutMarker17" parent="Hut Markers" instance=ExtResource("6_cv8e0")]
position = Vector2(-334, 162)
[node name="HutMarker18" parent="Hut Markers" instance=ExtResource("6_cv8e0")]
position = Vector2(-341, 428)
[node name="HutMarker19" parent="Hut Markers" instance=ExtResource("6_cv8e0")]
position = Vector2(-148, 567)
[node name="HutMarker20" parent="Hut Markers" instance=ExtResource("6_cv8e0")]
position = Vector2(65, 472)
[node name="HutMarker21" parent="Hut Markers" instance=ExtResource("6_cv8e0")]
position = Vector2(-209, 28)
[node name="TemplesContainer" type="Node2D" parent="."]
[node name="HutMarker" parent="TemplesContainer" instance=ExtResource("14_udh0u")]
[node name="HutMarker2" parent="TemplesContainer" instance=ExtResource("14_udh0u")]
position = Vector2(78, -66)
[node name="HutMarker3" parent="TemplesContainer" instance=ExtResource("14_udh0u")]
position = Vector2(337, -80)
[node name="HutMarker4" parent="TemplesContainer" instance=ExtResource("14_udh0u")]
position = Vector2(357, 67)
[node name="HutMarker5" parent="TemplesContainer" instance=ExtResource("14_udh0u")]
position = Vector2(545, 76)
[node name="HutMarker6" parent="TemplesContainer" instance=ExtResource("14_udh0u")]
position = Vector2(595, -67)
[node name="HutMarker7" parent="TemplesContainer" instance=ExtResource("14_udh0u")]
position = Vector2(572, -243)
[node name="HutMarker8" parent="TemplesContainer" instance=ExtResource("14_udh0u")]
position = Vector2(214, -237)
[node name="HutMarker9" parent="TemplesContainer" instance=ExtResource("14_udh0u")]
position = Vector2(-112, -46)
[node name="HutMarker11" parent="TemplesContainer" instance=ExtResource("14_udh0u")]
position = Vector2(-140, 206)
[node name="HutMarker12" parent="TemplesContainer" instance=ExtResource("14_udh0u")]
position = Vector2(234, 161)
[node name="HutMarker13" parent="TemplesContainer" instance=ExtResource("14_udh0u")]
position = Vector2(187, 425)
[node name="HutMarker14" parent="TemplesContainer" instance=ExtResource("14_udh0u")]
position = Vector2(-48, 338)
rotation = -0.0412825
[node name="HutMarker10" parent="TemplesContainer" instance=ExtResource("14_udh0u")]
position = Vector2(-242, 10)
[node name="Followers Markers" type="Node2D" parent="."]
metadata/_edit_lock_ = true
[node name="FollowerMarker" parent="Followers Markers" instance=ExtResource("11_5ci8a")]
[node name="FollowerMarker2" parent="Followers Markers" instance=ExtResource("11_5ci8a")]
position = Vector2(97, 1)
[node name="FollowerMarker3" parent="Followers Markers" instance=ExtResource("11_5ci8a")]
position = Vector2(222, -34)
[node name="FollowerMarker4" parent="Followers Markers" instance=ExtResource("11_5ci8a")]
position = Vector2(317, -127)
[node name="FollowerMarker5" parent="Followers Markers" instance=ExtResource("11_5ci8a")]
position = Vector2(508, -175)
[node name="FollowerMarker6" parent="Followers Markers" instance=ExtResource("11_5ci8a")]
position = Vector2(568, -317)
[node name="FollowerMarker7" parent="Followers Markers" instance=ExtResource("11_5ci8a")]
position = Vector2(636, -27)
[node name="FollowerMarker8" parent="Followers Markers" instance=ExtResource("11_5ci8a")]
position = Vector2(575, 144)
[node name="FollowerMarker9" parent="Followers Markers" instance=ExtResource("11_5ci8a")]
position = Vector2(365, 215)
[node name="FollowerMarker10" parent="Followers Markers" instance=ExtResource("11_5ci8a")]
position = Vector2(134, 371)
[node name="FollowerMarker11" parent="Followers Markers" instance=ExtResource("11_5ci8a")]
position = Vector2(21, 563)
[node name="FollowerMarker12" parent="Followers Markers" instance=ExtResource("11_5ci8a")]
position = Vector2(-39, 469)
[node name="FollowerMarker13" parent="Followers Markers" instance=ExtResource("11_5ci8a")]
position = Vector2(-257, 402)
[node name="FollowerMarker14" parent="Followers Markers" instance=ExtResource("11_5ci8a")]
position = Vector2(-178, 229)
[node name="FollowerMarker15" parent="Followers Markers" instance=ExtResource("11_5ci8a")]
position = Vector2(-304, 206)
[node name="FollowerMarker16" parent="Followers Markers" instance=ExtResource("11_5ci8a")]
position = Vector2(-463, 349)
[node name="FollowerMarker17" parent="Followers Markers" instance=ExtResource("11_5ci8a")]
position = Vector2(-240, 42)
[node name="FollowerMarker18" parent="Followers Markers" instance=ExtResource("11_5ci8a")]
position = Vector2(-88, -32)
[node name="FollowerMarker19" parent="Followers Markers" instance=ExtResource("11_5ci8a")]
position = Vector2(82, -234)
[node name="ForestContainer" type="Node2D" parent="."]
metadata/_edit_lock_ = true
[node name="Tree" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(214, 38)
[node name="Tree2" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(216, 31)
[node name="Tree3" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(219, 35)
[node name="Tree4" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(222, 29)
[node name="Tree5" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(225, 33)
[node name="Tree6" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(226, 28)
[node name="Tree7" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(220, 29)
[node name="Tree8" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(217, 36)
[node name="Tree9" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(221, 36)
[node name="Tree10" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(224, 34)
[node name="Tree11" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(227, 34)
[node name="Tree12" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(214.12, 29.12)
[node name="Tree13" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(216.12, 22.12)
[node name="Tree14" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(219.12, 26.12)
[node name="Tree15" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(222.12, 20.12)
[node name="Tree16" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(225.12, 24.12)
[node name="Tree17" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(226.12, 19.12)
[node name="Tree18" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(220.12, 20.12)
[node name="Tree19" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(217.12, 27.12)
[node name="Tree20" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(221.12, 27.12)
[node name="Tree21" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(224.12, 25.12)
[node name="Tree22" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(227.12, 25.12)
[node name="Tree23" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(203.12, 37.12)
[node name="Tree24" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(205.12, 30.12)
[node name="Tree25" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(208.12, 34.12)
[node name="Tree26" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(211.12, 28.12)
[node name="Tree27" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(214.12, 32.12)
[node name="Tree28" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(215.12, 27.12)
[node name="Tree29" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(209.12, 28.12)
[node name="Tree30" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(206.12, 35.12)
[node name="Tree31" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(210.12, 35.12)
[node name="Tree32" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(213.12, 33.12)
[node name="Tree33" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(216.12, 33.12)
[node name="Tree34" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(201.12, 47.12)
[node name="Tree35" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(203.12, 40.12)
[node name="Tree36" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(206.12, 44.12)
[node name="Tree37" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(209.12, 38.12)
[node name="Tree38" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(212.12, 42.12)
[node name="Tree39" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(213.12, 37.12)
[node name="Tree40" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(207.12, 38.12)
[node name="Tree41" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(204.12, 45.12)
[node name="Tree42" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(208.12, 45.12)
[node name="Tree43" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(211.12, 43.12)
[node name="Tree44" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(214.12, 43.12)
[node name="Tree45" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(224.12, 38.12)
[node name="Tree46" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(226.12, 31.12)
[node name="Tree47" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(229.12, 35.12)
[node name="Tree48" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(232.12, 29.12)
[node name="Tree49" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(235.12, 33.12)
[node name="Tree50" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(236.12, 28.12)
[node name="Tree51" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(230.12, 29.12)
[node name="Tree52" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(227.12, 36.12)
[node name="Tree53" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(231.12, 36.12)
[node name="Tree54" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(234.12, 34.12)
[node name="Tree55" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(237.12, 34.12)
[node name="Tree56" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(227.12, 32.12)
[node name="Tree57" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(229.12, 25.12)
[node name="Tree58" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(232.12, 29.12)
[node name="Tree59" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(235.12, 23.12)
[node name="Tree60" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(238.12, 27.12)
[node name="Tree61" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(239.12, 22.12)
[node name="Tree62" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(233.12, 23.12)
[node name="Tree63" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(230.12, 30.12)
[node name="Tree64" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(234.12, 30.12)
[node name="Tree65" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(237.12, 28.12)
[node name="Tree66" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(240.12, 28.12)
[node name="Tree67" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(227.12, 24.12)
[node name="Tree68" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(229.12, 17.12)
[node name="Tree69" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(232.12, 21.12)
[node name="Tree70" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(235.12, 15.12)
[node name="Tree71" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(238.12, 19.12)
[node name="Tree72" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(239.12, 14.12)
[node name="Tree73" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(233.12, 15.12)
[node name="Tree74" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(230.12, 22.12)
[node name="Tree75" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(234.12, 22.12)
[node name="Tree76" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(237.12, 20.12)
[node name="Tree77" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(240.12, 20.12)
[node name="Tree78" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(237.12, 19.12)
[node name="Tree79" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(239.12, 12.12)
[node name="Tree80" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(242.12, 16.12)
[node name="Tree81" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(245.12, 10.12)
[node name="Tree82" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(248.12, 14.12)
[node name="Tree83" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(249.12, 9.12)
[node name="Tree84" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(243.12, 10.12)
[node name="Tree85" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(240.12, 17.12)
[node name="Tree86" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(244.12, 17.12)
[node name="Tree87" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(247.12, 15.12)
[node name="Tree88" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(250.12, 15.12)
[node name="Tree89" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(240.12, 27.12)
[node name="Tree90" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(242.12, 20.12)
[node name="Tree91" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(245.12, 24.12)
[node name="Tree92" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(248.12, 18.12)
[node name="Tree93" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(251.12, 22.12)
[node name="Tree94" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(252.12, 17.12)
[node name="Tree95" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(246.12, 18.12)
[node name="Tree96" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(243.12, 25.12)
[node name="Tree97" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(247.12, 25.12)
[node name="Tree98" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(250.12, 23.12)
[node name="Tree99" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(253.12, 23.12)
[node name="Tree100" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(239.12, 37.12)
[node name="Tree101" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(241.12, 30.12)
[node name="Tree102" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(244.12, 34.12)
[node name="Tree103" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(247.12, 28.12)
[node name="Tree104" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(250.12, 32.12)
[node name="Tree105" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(251.12, 27.12)
[node name="Tree106" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(245.12, 28.12)
[node name="Tree107" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(242.12, 35.12)
[node name="Tree108" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(246.12, 35.12)
[node name="Tree109" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(249.12, 33.12)
[node name="Tree110" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(252.12, 33.12)
[node name="Tree111" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(251.12, 33.12)
[node name="Tree112" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(253.12, 26.12)
[node name="Tree113" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(256.12, 30.12)
[node name="Tree114" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(259.12, 24.12)
[node name="Tree115" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(262.12, 28.12)
[node name="Tree116" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(263.12, 23.12)
[node name="Tree117" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(257.12, 24.12)
[node name="Tree118" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(254.12, 31.12)
[node name="Tree119" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(258.12, 31.12)
[node name="Tree120" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(261.12, 29.12)
[node name="Tree121" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(264.12, 29.12)
[node name="Tree122" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(252.12, 26.12)
[node name="Tree123" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(254.12, 19.12)
[node name="Tree124" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(257.12, 23.12)
[node name="Tree125" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(260.12, 17.12)
[node name="Tree126" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(263.12, 21.12)
[node name="Tree127" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(264.12, 16.12)
[node name="Tree128" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(258.12, 17.12)
[node name="Tree129" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(255.12, 24.12)
[node name="Tree130" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(259.12, 24.12)
[node name="Tree131" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(262.12, 22.12)
[node name="Tree132" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(265.12, 22.12)
[node name="Tree133" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(249.12, 16.12)
[node name="Tree134" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(251.12, 9.12)
[node name="Tree135" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(254.12, 13.12)
[node name="Tree136" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(257.12, 7.12)
[node name="Tree137" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(260.12, 11.12)
[node name="Tree138" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(261.12, 6.12)
[node name="Tree139" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(255.12, 7.12)
[node name="Tree140" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(252.12, 14.12)
[node name="Tree141" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(256.12, 14.12)
[node name="Tree142" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(259.12, 12.12)
[node name="Tree143" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(262.12, 12.12)
[node name="Tree144" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(260.12, 10.12)
[node name="Tree145" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(262.12, 3.12)
[node name="Tree146" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(265.12, 7.12)
[node name="Tree147" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(268.12, 1.12)
[node name="Tree148" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(271.12, 5.12)
[node name="Tree149" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(272.12, 0.12)
[node name="Tree150" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(266.12, 1.12)
[node name="Tree151" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(263.12, 8.12)
[node name="Tree152" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(267.12, 8.12)
[node name="Tree153" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(270.12, 6.12)
[node name="Tree154" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(273.12, 6.12)
[node name="Tree155" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(263.12, 20.12)
[node name="Tree156" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(265.12, 13.12)
[node name="Tree157" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(268.12, 17.12)
[node name="Tree158" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(271.12, 11.12)
[node name="Tree159" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(274.12, 15.12)
[node name="Tree160" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(275.12, 10.12)
[node name="Tree161" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(269.12, 11.12)
[node name="Tree162" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(266.12, 18.12)
[node name="Tree163" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(270.12, 18.12)
[node name="Tree164" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(273.12, 16.12)
[node name="Tree165" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(276.12, 16.12)
[node name="Tree166" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(266.12, 31.12)
[node name="Tree167" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(268.12, 24.12)
[node name="Tree168" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(271.12, 28.12)
[node name="Tree169" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(274.12, 22.12)
[node name="Tree170" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(277.12, 26.12)
[node name="Tree171" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(278.12, 21.12)
[node name="Tree172" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(272.12, 22.12)
[node name="Tree173" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(269.12, 29.12)
[node name="Tree174" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(273.12, 29.12)
[node name="Tree175" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(276.12, 27.12)
[node name="Tree176" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(279.12, 27.12)
[node name="Tree177" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(278.12, 26.12)
[node name="Tree178" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(280.12, 19.12)
[node name="Tree179" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(283.12, 23.12)
[node name="Tree180" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(286.12, 17.12)
[node name="Tree181" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(289.12, 21.12)
[node name="Tree182" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(290.12, 16.12)
[node name="Tree183" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(284.12, 17.12)
[node name="Tree184" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(281.12, 24.12)
[node name="Tree185" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(285.12, 24.12)
[node name="Tree186" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(288.12, 22.12)
[node name="Tree187" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(291.12, 22.12)
[node name="Tree188" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(276.12, 15.12)
[node name="Tree189" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(278.12, 8.12)
[node name="Tree190" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(281.12, 12.12)
[node name="Tree191" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(284.12, 6.12)
[node name="Tree192" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(287.12, 10.12)
[node name="Tree193" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(288.12, 5.12)
[node name="Tree194" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(282.12, 6.12)
[node name="Tree195" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(279.12, 13.12)
[node name="Tree196" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(283.12, 13.12)
[node name="Tree197" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(286.12, 11.12)
[node name="Tree198" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(289.12, 11.12)
[node name="Tree199" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(274.12, 5.12)
[node name="Tree200" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(276.12, -1.88)
[node name="Tree201" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(279.12, 2.12)
[node name="Tree202" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(282.12, -3.88)
[node name="Tree203" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(285.12, 0.12)
[node name="Tree204" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(286.12, -4.88)
[node name="Tree205" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(280.12, -3.88)
[node name="Tree206" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(277.12, 3.12)
[node name="Tree207" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(281.12, 3.12)
[node name="Tree208" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(284.12, 1.12)
[node name="Tree209" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(287.12, 1.12)
[node name="Tree210" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(285.12, 2.12)
[node name="Tree211" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(287.12, -4.88)
[node name="Tree212" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(290.12, -0.88)
[node name="Tree213" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(293.12, -6.88)
[node name="Tree214" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(296.12, -2.88)
[node name="Tree215" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(297.12, -7.88)
[node name="Tree216" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(291.12, -6.88)
[node name="Tree217" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(288.12, 0.12)
[node name="Tree218" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(292.12, 0.12)
[node name="Tree219" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(295.12, -1.88)
[node name="Tree220" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(298.12, -1.88)
[node name="Tree221" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(209, 19)
[node name="Tree222" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(211, 12)
[node name="Tree223" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(214, 16)
[node name="Tree224" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(217, 10)
[node name="Tree225" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(220, 14)
[node name="Tree226" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(221, 9)
[node name="Tree227" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(215, 10)
[node name="Tree228" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(212, 17)
[node name="Tree229" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(216, 17)
[node name="Tree230" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(219, 15)
[node name="Tree231" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(222, 15)
[node name="Tree232" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(209.12, 10.12)
[node name="Tree233" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(211.12, 3.12)
[node name="Tree234" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(214.12, 7.12)
[node name="Tree235" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(217.12, 1.12)
[node name="Tree236" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(220.12, 5.12)
[node name="Tree237" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(221.12, 0.119999)
[node name="Tree238" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(215.12, 1.12)
[node name="Tree239" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(212.12, 8.12)
[node name="Tree240" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(216.12, 8.12)
[node name="Tree241" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(219.12, 6.12)
[node name="Tree242" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(222.12, 6.12)
[node name="Tree243" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(198.12, 18.12)
[node name="Tree244" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(200.12, 11.12)
[node name="Tree245" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(203.12, 15.12)
[node name="Tree246" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(206.12, 9.12)
[node name="Tree247" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(209.12, 13.12)
[node name="Tree248" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(210.12, 8.12)
[node name="Tree249" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(204.12, 9.12)
[node name="Tree250" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(201.12, 16.12)
[node name="Tree251" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(205.12, 16.12)
[node name="Tree252" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(208.12, 14.12)
[node name="Tree253" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(211.12, 14.12)
[node name="Tree254" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(196.12, 28.12)
[node name="Tree255" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(198.12, 21.12)
[node name="Tree256" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(201.12, 25.12)
[node name="Tree257" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(204.12, 19.12)
[node name="Tree258" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(207.12, 23.12)
[node name="Tree259" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(208.12, 18.12)
[node name="Tree260" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(202.12, 19.12)
[node name="Tree261" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(199.12, 26.12)
[node name="Tree262" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(203.12, 26.12)
[node name="Tree263" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(206.12, 24.12)
[node name="Tree264" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(209.12, 24.12)
[node name="Tree265" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(219.12, 19.12)
[node name="Tree266" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(221.12, 12.12)
[node name="Tree267" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(224.12, 16.12)
[node name="Tree268" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(227.12, 10.12)
[node name="Tree269" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(230.12, 14.12)
[node name="Tree270" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(231.12, 9.12)
[node name="Tree271" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(225.12, 10.12)
[node name="Tree272" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(222.12, 17.12)
[node name="Tree273" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(226.12, 17.12)
[node name="Tree274" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(229.12, 15.12)
[node name="Tree275" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(232.12, 15.12)
[node name="Tree276" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(222.12, 13.12)
[node name="Tree277" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(224.12, 6.12)
[node name="Tree278" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(227.12, 10.12)
[node name="Tree279" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(230.12, 4.12)
[node name="Tree280" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(233.12, 8.12)
[node name="Tree281" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(234.12, 3.12)
[node name="Tree282" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(228.12, 4.12)
[node name="Tree283" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(225.12, 11.12)
[node name="Tree284" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(229.12, 11.12)
[node name="Tree285" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(232.12, 9.12)
[node name="Tree286" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(235.12, 9.12)
[node name="Tree287" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(222.12, 5.12)
[node name="Tree288" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(224.12, -1.88)
[node name="Tree289" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(227.12, 2.12)
[node name="Tree290" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(230.12, -3.88)
[node name="Tree291" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(233.12, 0.119999)
[node name="Tree292" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(234.12, -4.88)
[node name="Tree293" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(228.12, -3.88)
[node name="Tree294" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(225.12, 3.12)
[node name="Tree295" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(229.12, 3.12)
[node name="Tree296" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(232.12, 1.12)
[node name="Tree297" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(235.12, 1.12)
[node name="Tree298" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(232.12, 0.119999)
[node name="Tree299" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(234.12, -6.88)
[node name="Tree300" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(237.12, -2.88)
[node name="Tree301" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(240.12, -8.88)
[node name="Tree302" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(243.12, -4.88)
[node name="Tree303" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(244.12, -9.88)
[node name="Tree304" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(238.12, -8.88)
[node name="Tree305" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(235.12, -1.88)
[node name="Tree306" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(239.12, -1.88)
[node name="Tree307" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(242.12, -3.88)
[node name="Tree308" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(245.12, -3.88)
[node name="Tree309" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(235.12, 8.12)
[node name="Tree310" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(237.12, 1.12)
[node name="Tree311" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(240.12, 5.12)
[node name="Tree312" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(243.12, -0.880001)
[node name="Tree313" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(246.12, 3.12)
[node name="Tree314" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(247.12, -1.88)
[node name="Tree315" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(241.12, -0.880001)
[node name="Tree316" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(238.12, 6.12)
[node name="Tree317" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(242.12, 6.12)
[node name="Tree318" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(245.12, 4.12)
[node name="Tree319" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(248.12, 4.12)
[node name="Tree320" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(234.12, 18.12)
[node name="Tree321" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(236.12, 11.12)
[node name="Tree322" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(239.12, 15.12)
[node name="Tree323" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(242.12, 9.12)
[node name="Tree324" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(245.12, 13.12)
[node name="Tree325" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(246.12, 8.12)
[node name="Tree326" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(240.12, 9.12)
[node name="Tree327" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(237.12, 16.12)
[node name="Tree328" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(241.12, 16.12)
[node name="Tree329" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(244.12, 14.12)
[node name="Tree330" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(247.12, 14.12)
[node name="Tree331" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(246.12, 14.12)
[node name="Tree332" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(248.12, 7.12)
[node name="Tree333" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(251.12, 11.12)
[node name="Tree334" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(254.12, 5.12)
[node name="Tree335" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(257.12, 9.12)
[node name="Tree336" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(258.12, 4.12)
[node name="Tree337" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(252.12, 5.12)
[node name="Tree338" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(249.12, 12.12)
[node name="Tree339" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(253.12, 12.12)
[node name="Tree340" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(256.12, 10.12)
[node name="Tree341" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(259.12, 10.12)
[node name="Tree342" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(247.12, 7.12)
[node name="Tree343" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(249.12, 0.119999)
[node name="Tree344" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(252.12, 4.12)
[node name="Tree345" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(255.12, -1.88)
[node name="Tree346" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(258.12, 2.12)
[node name="Tree347" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(259.12, -2.88)
[node name="Tree348" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(253.12, -1.88)
[node name="Tree349" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(250.12, 5.12)
[node name="Tree350" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(254.12, 5.12)
[node name="Tree351" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(257.12, 3.12)
[node name="Tree352" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(260.12, 3.12)
[node name="Tree353" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(244.12, -2.88)
[node name="Tree354" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(246.12, -9.88)
[node name="Tree355" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(249.12, -5.88)
[node name="Tree356" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(252.12, -11.88)
[node name="Tree357" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(255.12, -7.88)
[node name="Tree358" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(256.12, -12.88)
[node name="Tree359" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(250.12, -11.88)
[node name="Tree360" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(247.12, -4.88)
[node name="Tree361" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(251.12, -4.88)
[node name="Tree362" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(254.12, -6.88)
[node name="Tree363" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(257.12, -6.88)
[node name="Tree364" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(255.12, -8.88)
[node name="Tree365" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(257.12, -15.88)
[node name="Tree366" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(260.12, -11.88)
[node name="Tree367" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(263.12, -17.88)
[node name="Tree368" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(266.12, -13.88)
[node name="Tree369" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(267.12, -18.88)
[node name="Tree370" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(261.12, -17.88)
[node name="Tree371" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(258.12, -10.88)
[node name="Tree372" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(262.12, -10.88)
[node name="Tree373" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(265.12, -12.88)
[node name="Tree374" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(268.12, -12.88)
[node name="Tree375" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(258.12, 1.12)
[node name="Tree376" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(260.12, -5.88)
[node name="Tree377" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(263.12, -1.88)
[node name="Tree378" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(266.12, -7.88)
[node name="Tree379" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(269.12, -3.88)
[node name="Tree380" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(270.12, -8.88)
[node name="Tree381" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(264.12, -7.88)
[node name="Tree382" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(261.12, -0.880001)
[node name="Tree383" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(265.12, -0.880001)
[node name="Tree384" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(268.12, -2.88)
[node name="Tree385" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(271.12, -2.88)
[node name="Tree386" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(261.12, 12.12)
[node name="Tree387" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(263.12, 5.12)
[node name="Tree388" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(266.12, 9.12)
[node name="Tree389" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(269.12, 3.12)
[node name="Tree390" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(272.12, 7.12)
[node name="Tree391" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(273.12, 2.12)
[node name="Tree392" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(267.12, 3.12)
[node name="Tree393" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(264.12, 10.12)
[node name="Tree394" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(268.12, 10.12)
[node name="Tree395" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(271.12, 8.12)
[node name="Tree396" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(274.12, 8.12)
[node name="Tree397" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(273.12, 7.12)
[node name="Tree398" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(275.12, 0.119999)
[node name="Tree399" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(278.12, 4.12)
[node name="Tree400" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(281.12, -1.88)
[node name="Tree401" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(284.12, 2.12)
[node name="Tree402" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(285.12, -2.88)
[node name="Tree403" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(279.12, -1.88)
[node name="Tree404" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(276.12, 5.12)
[node name="Tree405" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(280.12, 5.12)
[node name="Tree406" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(283.12, 3.12)
[node name="Tree407" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(286.12, 3.12)
[node name="Tree408" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(271.12, -3.88)
[node name="Tree409" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(273.12, -10.88)
[node name="Tree410" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(276.12, -6.88)
[node name="Tree411" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(279.12, -12.88)
[node name="Tree412" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(282.12, -8.88)
[node name="Tree413" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(283.12, -13.88)
[node name="Tree414" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(277.12, -12.88)
[node name="Tree415" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(274.12, -5.88)
[node name="Tree416" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(278.12, -5.88)
[node name="Tree417" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(281.12, -7.88)
[node name="Tree418" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(284.12, -7.88)
[node name="Tree419" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(269.12, -13.88)
[node name="Tree420" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(271.12, -20.88)
[node name="Tree421" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(274.12, -16.88)
[node name="Tree422" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(277.12, -22.88)
[node name="Tree423" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(280.12, -18.88)
[node name="Tree424" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(281.12, -23.88)
[node name="Tree425" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(275.12, -22.88)
[node name="Tree426" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(272.12, -15.88)
[node name="Tree427" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(276.12, -15.88)
[node name="Tree428" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(279.12, -17.88)
[node name="Tree429" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(282.12, -17.88)
[node name="Tree430" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(280.12, -16.88)
[node name="Tree431" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(282.12, -23.88)
[node name="Tree432" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(285.12, -19.88)
[node name="Tree433" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(288.12, -25.88)
[node name="Tree434" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(291.12, -21.88)
[node name="Tree435" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(292.12, -26.88)
[node name="Tree436" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(286.12, -25.88)
[node name="Tree437" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(283.12, -18.88)
[node name="Tree438" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(287.12, -18.88)
[node name="Tree439" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(290.12, -20.88)
[node name="Tree440" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(293.12, -20.88)
[node name="Tree441" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(201, 0)
[node name="Tree442" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(203, -7)
[node name="Tree443" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(206, -3)
[node name="Tree444" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(209, -9)
[node name="Tree445" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(212, -5)
[node name="Tree446" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(213, -10)
[node name="Tree447" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(207, -9)
[node name="Tree448" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(204, -2)
[node name="Tree449" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(208, -2)
[node name="Tree450" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(211, -4)
[node name="Tree451" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(214, -4)
[node name="Tree452" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(201.12, -8.88)
[node name="Tree453" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(203.12, -15.88)
[node name="Tree454" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(206.12, -11.88)
[node name="Tree455" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(209.12, -17.88)
[node name="Tree456" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(212.12, -13.88)
[node name="Tree457" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(213.12, -18.88)
[node name="Tree458" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(207.12, -17.88)
[node name="Tree459" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(204.12, -10.88)
[node name="Tree460" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(208.12, -10.88)
[node name="Tree461" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(211.12, -12.88)
[node name="Tree462" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(214.12, -12.88)
[node name="Tree463" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(190.12, -0.880001)
[node name="Tree464" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(192.12, -7.88)
[node name="Tree465" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(195.12, -3.88)
[node name="Tree466" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(198.12, -9.88)
[node name="Tree467" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(201.12, -5.88)
[node name="Tree468" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(202.12, -10.88)
[node name="Tree469" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(196.12, -9.88)
[node name="Tree470" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(193.12, -2.88)
[node name="Tree471" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(197.12, -2.88)
[node name="Tree472" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(200.12, -4.88)
[node name="Tree473" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(203.12, -4.88)
[node name="Tree474" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(188.12, 9.12)
[node name="Tree475" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(190.12, 2.12)
[node name="Tree476" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(193.12, 6.12)
[node name="Tree477" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(196.12, 0.119999)
[node name="Tree478" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(199.12, 4.12)
[node name="Tree479" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(200.12, -0.880001)
[node name="Tree480" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(194.12, 0.119999)
[node name="Tree481" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(191.12, 7.12)
[node name="Tree482" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(195.12, 7.12)
[node name="Tree483" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(198.12, 5.12)
[node name="Tree484" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(201.12, 5.12)
[node name="Tree485" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(211.12, 0.119999)
[node name="Tree486" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(213.12, -6.88)
[node name="Tree487" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(216.12, -2.88)
[node name="Tree488" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(219.12, -8.88)
[node name="Tree489" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(222.12, -4.88)
[node name="Tree490" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(223.12, -9.88)
[node name="Tree491" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(217.12, -8.88)
[node name="Tree492" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(214.12, -1.88)
[node name="Tree493" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(218.12, -1.88)
[node name="Tree494" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(221.12, -3.88)
[node name="Tree495" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(224.12, -3.88)
[node name="Tree496" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(214.12, -5.88)
[node name="Tree497" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(216.12, -12.88)
[node name="Tree498" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(219.12, -8.88)
[node name="Tree499" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(222.12, -14.88)
[node name="Tree500" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(225.12, -10.88)
[node name="Tree501" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(226.12, -15.88)
[node name="Tree502" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(220.12, -14.88)
[node name="Tree503" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(217.12, -7.88)
[node name="Tree504" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(221.12, -7.88)
[node name="Tree505" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(224.12, -9.88)
[node name="Tree506" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(227.12, -9.88)
[node name="Tree507" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(214.12, -13.88)
[node name="Tree508" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(216.12, -20.88)
[node name="Tree509" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(219.12, -16.88)
[node name="Tree510" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(222.12, -22.88)
[node name="Tree511" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(225.12, -18.88)
[node name="Tree512" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(226.12, -23.88)
[node name="Tree513" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(220.12, -22.88)
[node name="Tree514" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(217.12, -15.88)
[node name="Tree515" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(221.12, -15.88)
[node name="Tree516" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(224.12, -17.88)
[node name="Tree517" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(227.12, -17.88)
[node name="Tree518" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(224.12, -18.88)
[node name="Tree519" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(226.12, -25.88)
[node name="Tree520" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(229.12, -21.88)
[node name="Tree521" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(232.12, -27.88)
[node name="Tree522" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(235.12, -23.88)
[node name="Tree523" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(236.12, -28.88)
[node name="Tree524" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(230.12, -27.88)
[node name="Tree525" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(227.12, -20.88)
[node name="Tree526" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(231.12, -20.88)
[node name="Tree527" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(234.12, -22.88)
[node name="Tree528" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(237.12, -22.88)
[node name="Tree529" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(227.12, -10.88)
[node name="Tree530" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(229.12, -17.88)
[node name="Tree531" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(232.12, -13.88)
[node name="Tree532" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(235.12, -19.88)
[node name="Tree533" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(238.12, -15.88)
[node name="Tree534" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(239.12, -20.88)
[node name="Tree535" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(233.12, -19.88)
[node name="Tree536" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(230.12, -12.88)
[node name="Tree537" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(234.12, -12.88)
[node name="Tree538" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(237.12, -14.88)
[node name="Tree539" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(240.12, -14.88)
[node name="Tree540" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(226.12, -0.880001)
[node name="Tree541" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(228.12, -7.88)
[node name="Tree542" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(231.12, -3.88)
[node name="Tree543" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(234.12, -9.88)
[node name="Tree544" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(237.12, -5.88)
[node name="Tree545" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(238.12, -10.88)
[node name="Tree546" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(232.12, -9.88)
[node name="Tree547" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(229.12, -2.88)
[node name="Tree548" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(233.12, -2.88)
[node name="Tree549" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(236.12, -4.88)
[node name="Tree550" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(239.12, -4.88)
[node name="Tree551" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(238.12, -4.88)
[node name="Tree552" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(240.12, -11.88)
[node name="Tree553" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(243.12, -7.88)
[node name="Tree554" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(246.12, -13.88)
[node name="Tree555" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(249.12, -9.88)
[node name="Tree556" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(250.12, -14.88)
[node name="Tree557" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(244.12, -13.88)
[node name="Tree558" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(241.12, -6.88)
[node name="Tree559" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(245.12, -6.88)
[node name="Tree560" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(248.12, -8.88)
[node name="Tree561" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(251.12, -8.88)
[node name="Tree562" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(239.12, -11.88)
[node name="Tree563" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(241.12, -18.88)
[node name="Tree564" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(244.12, -14.88)
[node name="Tree565" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(247.12, -20.88)
[node name="Tree566" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(250.12, -16.88)
[node name="Tree567" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(251.12, -21.88)
[node name="Tree568" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(245.12, -20.88)
[node name="Tree569" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(242.12, -13.88)
[node name="Tree570" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(246.12, -13.88)
[node name="Tree571" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(249.12, -15.88)
[node name="Tree572" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(252.12, -15.88)
[node name="Tree573" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(236.12, -21.88)
[node name="Tree574" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(238.12, -28.88)
[node name="Tree575" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(241.12, -24.88)
[node name="Tree576" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(244.12, -30.88)
[node name="Tree577" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(247.12, -26.88)
[node name="Tree578" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(248.12, -31.88)
[node name="Tree579" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(242.12, -30.88)
[node name="Tree580" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(239.12, -23.88)
[node name="Tree581" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(243.12, -23.88)
[node name="Tree582" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(246.12, -25.88)
[node name="Tree583" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(249.12, -25.88)
[node name="Tree584" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(247.12, -27.88)
[node name="Tree585" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(249.12, -34.88)
[node name="Tree586" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(252.12, -30.88)
[node name="Tree587" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(255.12, -36.88)
[node name="Tree588" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(258.12, -32.88)
[node name="Tree589" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(259.12, -37.88)
[node name="Tree590" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(253.12, -36.88)
[node name="Tree591" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(250.12, -29.88)
[node name="Tree592" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(254.12, -29.88)
[node name="Tree593" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(257.12, -31.88)
[node name="Tree594" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(260.12, -31.88)
[node name="Tree595" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(250.12, -17.88)
[node name="Tree596" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(252.12, -24.88)
[node name="Tree597" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(255.12, -20.88)
[node name="Tree598" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(258.12, -26.88)
[node name="Tree599" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(261.12, -22.88)
[node name="Tree600" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(262.12, -27.88)
[node name="Tree601" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(256.12, -26.88)
[node name="Tree602" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(253.12, -19.88)
[node name="Tree603" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(257.12, -19.88)
[node name="Tree604" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(260.12, -21.88)
[node name="Tree605" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(263.12, -21.88)
[node name="Tree606" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(253.12, -6.88)
[node name="Tree607" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(255.12, -13.88)
[node name="Tree608" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(258.12, -9.88)
[node name="Tree609" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(261.12, -15.88)
[node name="Tree610" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(264.12, -11.88)
[node name="Tree611" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(265.12, -16.88)
[node name="Tree612" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(259.12, -15.88)
[node name="Tree613" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(256.12, -8.88)
[node name="Tree614" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(260.12, -8.88)
[node name="Tree615" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(263.12, -10.88)
[node name="Tree616" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(266.12, -10.88)
[node name="Tree617" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(265.12, -11.88)
[node name="Tree618" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(267.12, -18.88)
[node name="Tree619" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(270.12, -14.88)
[node name="Tree620" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(273.12, -20.88)
[node name="Tree621" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(276.12, -16.88)
[node name="Tree622" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(277.12, -21.88)
[node name="Tree623" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(271.12, -20.88)
[node name="Tree624" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(268.12, -13.88)
[node name="Tree625" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(272.12, -13.88)
[node name="Tree626" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(275.12, -15.88)
[node name="Tree627" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(278.12, -15.88)
[node name="Tree628" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(263.12, -22.88)
[node name="Tree629" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(265.12, -29.88)
[node name="Tree630" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(268.12, -25.88)
[node name="Tree631" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(271.12, -31.88)
[node name="Tree632" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(274.12, -27.88)
[node name="Tree633" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(275.12, -32.88)
[node name="Tree634" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(269.12, -31.88)
[node name="Tree635" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(266.12, -24.88)
[node name="Tree636" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(270.12, -24.88)
[node name="Tree637" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(273.12, -26.88)
[node name="Tree638" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(276.12, -26.88)
[node name="Tree639" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(261.12, -32.88)
[node name="Tree640" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(263.12, -39.88)
[node name="Tree641" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(266.12, -35.88)
[node name="Tree642" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(269.12, -41.88)
[node name="Tree643" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(272.12, -37.88)
[node name="Tree644" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(273.12, -42.88)
[node name="Tree645" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(267.12, -41.88)
[node name="Tree646" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(264.12, -34.88)
[node name="Tree647" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(268.12, -34.88)
[node name="Tree648" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(271.12, -36.88)
[node name="Tree649" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(274.12, -36.88)
[node name="Tree650" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(272.12, -35.88)
[node name="Tree651" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(274.12, -42.88)
[node name="Tree652" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(277.12, -38.88)
[node name="Tree653" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(280.12, -44.88)
[node name="Tree654" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(283.12, -40.88)
[node name="Tree655" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(284.12, -45.88)
[node name="Tree656" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(278.12, -44.88)
[node name="Tree657" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(275.12, -37.88)
[node name="Tree658" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(279.12, -37.88)
[node name="Tree659" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(282.12, -39.88)
[node name="Tree660" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(285.12, -39.88)
[node name="Tree661" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(193, -20)
[node name="Tree662" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(195, -27)
[node name="Tree663" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(198, -23)
[node name="Tree664" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(201, -29)
[node name="Tree665" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(204, -25)
[node name="Tree666" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(205, -30)
[node name="Tree667" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(199, -29)
[node name="Tree668" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(196, -22)
[node name="Tree669" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(200, -22)
[node name="Tree670" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(203, -24)
[node name="Tree671" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(206, -24)
[node name="Tree672" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(193.12, -28.88)
[node name="Tree673" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(195.12, -35.88)
[node name="Tree674" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(198.12, -31.88)
[node name="Tree675" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(201.12, -37.88)
[node name="Tree676" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(204.12, -33.88)
[node name="Tree677" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(205.12, -38.88)
[node name="Tree678" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(199.12, -37.88)
[node name="Tree679" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(196.12, -30.88)
[node name="Tree680" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(200.12, -30.88)
[node name="Tree681" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(203.12, -32.88)
[node name="Tree682" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(206.12, -32.88)
[node name="Tree683" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(182.12, -20.88)
[node name="Tree684" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(184.12, -27.88)
[node name="Tree685" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(187.12, -23.88)
[node name="Tree686" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(190.12, -29.88)
[node name="Tree687" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(193.12, -25.88)
[node name="Tree688" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(194.12, -30.88)
[node name="Tree689" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(188.12, -29.88)
[node name="Tree690" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(185.12, -22.88)
[node name="Tree691" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(189.12, -22.88)
[node name="Tree692" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(192.12, -24.88)
[node name="Tree693" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(195.12, -24.88)
[node name="Tree694" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(180.12, -10.88)
[node name="Tree695" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(182.12, -17.88)
[node name="Tree696" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(185.12, -13.88)
[node name="Tree697" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(188.12, -19.88)
[node name="Tree698" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(191.12, -15.88)
[node name="Tree699" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(192.12, -20.88)
[node name="Tree700" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(186.12, -19.88)
[node name="Tree701" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(183.12, -12.88)
[node name="Tree702" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(187.12, -12.88)
[node name="Tree703" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(190.12, -14.88)
[node name="Tree704" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(193.12, -14.88)
[node name="Tree705" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(203.12, -19.88)
[node name="Tree706" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(205.12, -26.88)
[node name="Tree707" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(208.12, -22.88)
[node name="Tree708" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(211.12, -28.88)
[node name="Tree709" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(214.12, -24.88)
[node name="Tree710" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(215.12, -29.88)
[node name="Tree711" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(209.12, -28.88)
[node name="Tree712" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(206.12, -21.88)
[node name="Tree713" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(210.12, -21.88)
[node name="Tree714" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(213.12, -23.88)
[node name="Tree715" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(216.12, -23.88)
[node name="Tree716" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(206.12, -25.88)
[node name="Tree717" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(208.12, -32.88)
[node name="Tree718" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(211.12, -28.88)
[node name="Tree719" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(214.12, -34.88)
[node name="Tree720" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(217.12, -30.88)
[node name="Tree721" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(218.12, -35.88)
[node name="Tree722" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(212.12, -34.88)
[node name="Tree723" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(209.12, -27.88)
[node name="Tree724" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(213.12, -27.88)
[node name="Tree725" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(216.12, -29.88)
[node name="Tree726" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(219.12, -29.88)
[node name="Tree727" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(206.12, -33.88)
[node name="Tree728" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(208.12, -40.88)
[node name="Tree729" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(211.12, -36.88)
[node name="Tree730" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(214.12, -42.88)
[node name="Tree731" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(217.12, -38.88)
[node name="Tree732" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(218.12, -43.88)
[node name="Tree733" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(212.12, -42.88)
[node name="Tree734" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(209.12, -35.88)
[node name="Tree735" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(213.12, -35.88)
[node name="Tree736" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(216.12, -37.88)
[node name="Tree737" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(219.12, -37.88)
[node name="Tree738" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(216.12, -38.88)
[node name="Tree739" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(218.12, -45.88)
[node name="Tree740" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(221.12, -41.88)
[node name="Tree741" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(224.12, -47.88)
[node name="Tree742" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(227.12, -43.88)
[node name="Tree743" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(228.12, -48.88)
[node name="Tree744" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(222.12, -47.88)
[node name="Tree745" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(219.12, -40.88)
[node name="Tree746" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(223.12, -40.88)
[node name="Tree747" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(226.12, -42.88)
[node name="Tree748" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(229.12, -42.88)
[node name="Tree749" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(219.12, -30.88)
[node name="Tree750" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(221.12, -37.88)
[node name="Tree751" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(224.12, -33.88)
[node name="Tree752" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(227.12, -39.88)
[node name="Tree753" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(230.12, -35.88)
[node name="Tree754" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(231.12, -40.88)
[node name="Tree755" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(225.12, -39.88)
[node name="Tree756" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(222.12, -32.88)
[node name="Tree757" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(226.12, -32.88)
[node name="Tree758" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(229.12, -34.88)
[node name="Tree759" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(232.12, -34.88)
[node name="Tree760" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(218.12, -20.88)
[node name="Tree761" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(220.12, -27.88)
[node name="Tree762" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(223.12, -23.88)
[node name="Tree763" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(226.12, -29.88)
[node name="Tree764" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(229.12, -25.88)
[node name="Tree765" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(230.12, -30.88)
[node name="Tree766" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(224.12, -29.88)
[node name="Tree767" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(221.12, -22.88)
[node name="Tree768" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(225.12, -22.88)
[node name="Tree769" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(228.12, -24.88)
[node name="Tree770" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(231.12, -24.88)
[node name="Tree771" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(230.12, -24.88)
[node name="Tree772" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(232.12, -31.88)
[node name="Tree773" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(235.12, -27.88)
[node name="Tree774" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(238.12, -33.88)
[node name="Tree775" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(241.12, -29.88)
[node name="Tree776" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(242.12, -34.88)
[node name="Tree777" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(236.12, -33.88)
[node name="Tree778" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(233.12, -26.88)
[node name="Tree779" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(237.12, -26.88)
[node name="Tree780" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(240.12, -28.88)
[node name="Tree781" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(243.12, -28.88)
[node name="Tree782" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(231.12, -31.88)
[node name="Tree783" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(233.12, -38.88)
[node name="Tree784" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(236.12, -34.88)
[node name="Tree785" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(239.12, -40.88)
[node name="Tree786" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(242.12, -36.88)
[node name="Tree787" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(243.12, -41.88)
[node name="Tree788" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(237.12, -40.88)
[node name="Tree789" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(234.12, -33.88)
[node name="Tree790" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(238.12, -33.88)
[node name="Tree791" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(241.12, -35.88)
[node name="Tree792" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(244.12, -35.88)
[node name="Tree793" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(228.12, -41.88)
[node name="Tree794" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(230.12, -48.88)
[node name="Tree795" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(233.12, -44.88)
[node name="Tree796" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(236.12, -50.88)
[node name="Tree797" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(239.12, -46.88)
[node name="Tree798" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(240.12, -51.88)
[node name="Tree799" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(234.12, -50.88)
[node name="Tree800" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(231.12, -43.88)
[node name="Tree801" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(235.12, -43.88)
[node name="Tree802" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(238.12, -45.88)
[node name="Tree803" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(241.12, -45.88)
[node name="Tree804" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(239.12, -47.88)
[node name="Tree805" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(241.12, -54.88)
[node name="Tree806" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(244.12, -50.88)
[node name="Tree807" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(247.12, -56.88)
[node name="Tree808" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(250.12, -52.88)
[node name="Tree809" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(251.12, -57.88)
[node name="Tree810" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(245.12, -56.88)
[node name="Tree811" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(242.12, -49.88)
[node name="Tree812" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(246.12, -49.88)
[node name="Tree813" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(249.12, -51.88)
[node name="Tree814" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(252.12, -51.88)
[node name="Tree815" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(242.12, -37.88)
[node name="Tree816" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(244.12, -44.88)
[node name="Tree817" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(247.12, -40.88)
[node name="Tree818" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(250.12, -46.88)
[node name="Tree819" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(253.12, -42.88)
[node name="Tree820" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(254.12, -47.88)
[node name="Tree821" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(248.12, -46.88)
[node name="Tree822" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(245.12, -39.88)
[node name="Tree823" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(249.12, -39.88)
[node name="Tree824" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(252.12, -41.88)
[node name="Tree825" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(255.12, -41.88)
[node name="Tree826" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(245.12, -26.88)
[node name="Tree827" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(247.12, -33.88)
[node name="Tree828" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(250.12, -29.88)
[node name="Tree829" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(253.12, -35.88)
[node name="Tree830" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(256.12, -31.88)
[node name="Tree831" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(257.12, -36.88)
[node name="Tree832" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(251.12, -35.88)
[node name="Tree833" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(248.12, -28.88)
[node name="Tree834" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(252.12, -28.88)
[node name="Tree835" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(255.12, -30.88)
[node name="Tree836" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(258.12, -30.88)
[node name="Tree837" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(257.12, -31.88)
[node name="Tree838" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(259.12, -38.88)
[node name="Tree839" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(262.12, -34.88)
[node name="Tree840" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(265.12, -40.88)
[node name="Tree841" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(268.12, -36.88)
[node name="Tree842" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(269.12, -41.88)
[node name="Tree843" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(263.12, -40.88)
[node name="Tree844" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(260.12, -33.88)
[node name="Tree845" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(264.12, -33.88)
[node name="Tree846" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(267.12, -35.88)
[node name="Tree847" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(270.12, -35.88)
[node name="Tree848" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(255.12, -42.88)
[node name="Tree849" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(257.12, -49.88)
[node name="Tree850" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(260.12, -45.88)
[node name="Tree851" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(263.12, -51.88)
[node name="Tree852" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(266.12, -47.88)
[node name="Tree853" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(267.12, -52.88)
[node name="Tree854" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(261.12, -51.88)
[node name="Tree855" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(258.12, -44.88)
[node name="Tree856" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(262.12, -44.88)
[node name="Tree857" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(265.12, -46.88)
[node name="Tree858" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(268.12, -46.88)
[node name="Tree859" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(253.12, -52.88)
[node name="Tree860" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(255.12, -59.88)
[node name="Tree861" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(258.12, -55.88)
[node name="Tree862" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(261.12, -61.88)
[node name="Tree863" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(264.12, -57.88)
[node name="Tree864" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(265.12, -62.88)
[node name="Tree865" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(259.12, -61.88)
[node name="Tree866" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(256.12, -54.88)
[node name="Tree867" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(260.12, -54.88)
[node name="Tree868" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(263.12, -56.88)
[node name="Tree869" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(266.12, -56.88)
[node name="Tree870" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(264.12, -55.88)
[node name="Tree871" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(266.12, -62.88)
[node name="Tree872" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(269.12, -58.88)
[node name="Tree873" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(272.12, -64.88)
[node name="Tree874" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(275.12, -60.88)
[node name="Tree875" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(276.12, -65.88)
[node name="Tree876" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(270.12, -64.88)
[node name="Tree877" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(267.12, -57.88)
[node name="Tree878" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(271.12, -57.88)
[node name="Tree879" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(274.12, -59.88)
[node name="Tree880" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(277.12, -59.88)
[node name="Tree881" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(184, -35)
[node name="Tree882" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(186, -42)
[node name="Tree883" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(189, -38)
[node name="Tree884" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(192, -44)
[node name="Tree885" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(195, -40)
[node name="Tree886" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(196, -45)
[node name="Tree887" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(190, -44)
[node name="Tree888" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(187, -37)
[node name="Tree889" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(191, -37)
[node name="Tree890" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(194, -39)
[node name="Tree891" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(197, -39)
[node name="Tree892" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(184.12, -43.88)
[node name="Tree893" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(186.12, -50.88)
[node name="Tree894" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(189.12, -46.88)
[node name="Tree895" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(192.12, -52.88)
[node name="Tree896" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(195.12, -48.88)
[node name="Tree897" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(196.12, -53.88)
[node name="Tree898" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(190.12, -52.88)
[node name="Tree899" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(187.12, -45.88)
[node name="Tree900" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(191.12, -45.88)
[node name="Tree901" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(194.12, -47.88)
[node name="Tree902" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(197.12, -47.88)
[node name="Tree903" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(173.12, -35.88)
[node name="Tree904" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(175.12, -42.88)
[node name="Tree905" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(178.12, -38.88)
[node name="Tree906" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(181.12, -44.88)
[node name="Tree907" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(184.12, -40.88)
[node name="Tree908" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(185.12, -45.88)
[node name="Tree909" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(179.12, -44.88)
[node name="Tree910" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(176.12, -37.88)
[node name="Tree911" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(180.12, -37.88)
[node name="Tree912" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(183.12, -39.88)
[node name="Tree913" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(186.12, -39.88)
[node name="Tree914" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(171.12, -25.88)
[node name="Tree915" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(173.12, -32.88)
[node name="Tree916" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(176.12, -28.88)
[node name="Tree917" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(179.12, -34.88)
[node name="Tree918" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(182.12, -30.88)
[node name="Tree919" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(183.12, -35.88)
[node name="Tree920" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(177.12, -34.88)
[node name="Tree921" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(174.12, -27.88)
[node name="Tree922" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(178.12, -27.88)
[node name="Tree923" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(181.12, -29.88)
[node name="Tree924" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(184.12, -29.88)
[node name="Tree925" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(194.12, -34.88)
[node name="Tree926" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(196.12, -41.88)
[node name="Tree927" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(199.12, -37.88)
[node name="Tree928" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(202.12, -43.88)
[node name="Tree929" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(205.12, -39.88)
[node name="Tree930" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(206.12, -44.88)
[node name="Tree931" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(200.12, -43.88)
[node name="Tree932" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(197.12, -36.88)
[node name="Tree933" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(201.12, -36.88)
[node name="Tree934" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(204.12, -38.88)
[node name="Tree935" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(207.12, -38.88)
[node name="Tree936" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(197.12, -40.88)
[node name="Tree937" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(199.12, -47.88)
[node name="Tree938" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(202.12, -43.88)
[node name="Tree939" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(205.12, -49.88)
[node name="Tree940" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(208.12, -45.88)
[node name="Tree941" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(209.12, -50.88)
[node name="Tree942" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(203.12, -49.88)
[node name="Tree943" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(200.12, -42.88)
[node name="Tree944" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(204.12, -42.88)
[node name="Tree945" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(207.12, -44.88)
[node name="Tree946" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(210.12, -44.88)
[node name="Tree947" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(197.12, -48.88)
[node name="Tree948" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(199.12, -55.88)
[node name="Tree949" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(202.12, -51.88)
[node name="Tree950" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(205.12, -57.88)
[node name="Tree951" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(208.12, -53.88)
[node name="Tree952" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(209.12, -58.88)
[node name="Tree953" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(203.12, -57.88)
[node name="Tree954" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(200.12, -50.88)
[node name="Tree955" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(204.12, -50.88)
[node name="Tree956" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(207.12, -52.88)
[node name="Tree957" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(210.12, -52.88)
[node name="Tree958" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(207.12, -53.88)
[node name="Tree959" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(209.12, -60.88)
[node name="Tree960" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(212.12, -56.88)
[node name="Tree961" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(215.12, -62.88)
[node name="Tree962" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(218.12, -58.88)
[node name="Tree963" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(219.12, -63.88)
[node name="Tree964" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(213.12, -62.88)
[node name="Tree965" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(210.12, -55.88)
[node name="Tree966" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(214.12, -55.88)
[node name="Tree967" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(217.12, -57.88)
[node name="Tree968" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(220.12, -57.88)
[node name="Tree969" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(210.12, -45.88)
[node name="Tree970" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(212.12, -52.88)
[node name="Tree971" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(215.12, -48.88)
[node name="Tree972" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(218.12, -54.88)
[node name="Tree973" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(221.12, -50.88)
[node name="Tree974" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(222.12, -55.88)
[node name="Tree975" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(216.12, -54.88)
[node name="Tree976" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(213.12, -47.88)
[node name="Tree977" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(217.12, -47.88)
[node name="Tree978" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(220.12, -49.88)
[node name="Tree979" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(223.12, -49.88)
[node name="Tree980" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(209.12, -35.88)
[node name="Tree981" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(211.12, -42.88)
[node name="Tree982" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(214.12, -38.88)
[node name="Tree983" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(217.12, -44.88)
[node name="Tree984" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(220.12, -40.88)
[node name="Tree985" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(221.12, -45.88)
[node name="Tree986" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(215.12, -44.88)
[node name="Tree987" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(212.12, -37.88)
[node name="Tree988" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(216.12, -37.88)
[node name="Tree989" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(219.12, -39.88)
[node name="Tree990" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(222.12, -39.88)
[node name="Tree991" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(221.12, -39.88)
[node name="Tree992" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(223.12, -46.88)
[node name="Tree993" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(226.12, -42.88)
[node name="Tree994" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(229.12, -48.88)
[node name="Tree995" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(232.12, -44.88)
[node name="Tree996" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(233.12, -49.88)
[node name="Tree997" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(227.12, -48.88)
[node name="Tree998" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(224.12, -41.88)
[node name="Tree999" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(228.12, -41.88)
[node name="Tree1000" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(231.12, -43.88)
[node name="Tree1001" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(234.12, -43.88)
[node name="Tree1002" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(222.12, -46.88)
[node name="Tree1003" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(224.12, -53.88)
[node name="Tree1004" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(227.12, -49.88)
[node name="Tree1005" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(230.12, -55.88)
[node name="Tree1006" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(233.12, -51.88)
[node name="Tree1007" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(234.12, -56.88)
[node name="Tree1008" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(228.12, -55.88)
[node name="Tree1009" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(225.12, -48.88)
[node name="Tree1010" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(229.12, -48.88)
[node name="Tree1011" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(232.12, -50.88)
[node name="Tree1012" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(235.12, -50.88)
[node name="Tree1013" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(219.12, -56.88)
[node name="Tree1014" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(221.12, -63.88)
[node name="Tree1015" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(224.12, -59.88)
[node name="Tree1016" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(227.12, -65.88)
[node name="Tree1017" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(230.12, -61.88)
[node name="Tree1018" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(231.12, -66.88)
[node name="Tree1019" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(225.12, -65.88)
[node name="Tree1020" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(222.12, -58.88)
[node name="Tree1021" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(226.12, -58.88)
[node name="Tree1022" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(229.12, -60.88)
[node name="Tree1023" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(232.12, -60.88)
[node name="Tree1024" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(230.12, -62.88)
[node name="Tree1025" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(232.12, -69.88)
[node name="Tree1026" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(235.12, -65.88)
[node name="Tree1027" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(238.12, -71.88)
[node name="Tree1028" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(241.12, -67.88)
[node name="Tree1029" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(242.12, -72.88)
[node name="Tree1030" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(236.12, -71.88)
[node name="Tree1031" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(233.12, -64.88)
[node name="Tree1032" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(237.12, -64.88)
[node name="Tree1033" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(240.12, -66.88)
[node name="Tree1034" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(243.12, -66.88)
[node name="Tree1035" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(233.12, -52.88)
[node name="Tree1036" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(235.12, -59.88)
[node name="Tree1037" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(238.12, -55.88)
[node name="Tree1038" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(241.12, -61.88)
[node name="Tree1039" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(244.12, -57.88)
[node name="Tree1040" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(245.12, -62.88)
[node name="Tree1041" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(239.12, -61.88)
[node name="Tree1042" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(236.12, -54.88)
[node name="Tree1043" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(240.12, -54.88)
[node name="Tree1044" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(243.12, -56.88)
[node name="Tree1045" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(246.12, -56.88)
[node name="Tree1046" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(236.12, -41.88)
[node name="Tree1047" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(238.12, -48.88)
[node name="Tree1048" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(241.12, -44.88)
[node name="Tree1049" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(244.12, -50.88)
[node name="Tree1050" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(247.12, -46.88)
[node name="Tree1051" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(248.12, -51.88)
[node name="Tree1052" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(242.12, -50.88)
[node name="Tree1053" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(239.12, -43.88)
[node name="Tree1054" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(243.12, -43.88)
[node name="Tree1055" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(246.12, -45.88)
[node name="Tree1056" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(249.12, -45.88)
[node name="Tree1057" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(248.12, -46.88)
[node name="Tree1058" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(250.12, -53.88)
[node name="Tree1059" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(253.12, -49.88)
[node name="Tree1060" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(256.12, -55.88)
[node name="Tree1061" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(259.12, -51.88)
[node name="Tree1062" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(260.12, -56.88)
[node name="Tree1063" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(254.12, -55.88)
[node name="Tree1064" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(251.12, -48.88)
[node name="Tree1065" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(255.12, -48.88)
[node name="Tree1066" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(258.12, -50.88)
[node name="Tree1067" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(261.12, -50.88)
[node name="Tree1068" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(246.12, -57.88)
[node name="Tree1069" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(248.12, -64.88)
[node name="Tree1070" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(251.12, -60.88)
[node name="Tree1071" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(254.12, -66.88)
[node name="Tree1072" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(257.12, -62.88)
[node name="Tree1073" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(258.12, -67.88)
[node name="Tree1074" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(252.12, -66.88)
[node name="Tree1075" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(249.12, -59.88)
[node name="Tree1076" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(253.12, -59.88)
[node name="Tree1077" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(256.12, -61.88)
[node name="Tree1078" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(259.12, -61.88)
[node name="Tree1079" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(244.12, -67.88)
[node name="Tree1080" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(246.12, -74.88)
[node name="Tree1081" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(249.12, -70.88)
[node name="Tree1082" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(252.12, -76.88)
[node name="Tree1083" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(255.12, -72.88)
[node name="Tree1084" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(256.12, -77.88)
[node name="Tree1085" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(250.12, -76.88)
[node name="Tree1086" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(247.12, -69.88)
[node name="Tree1087" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(251.12, -69.88)
[node name="Tree1088" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(254.12, -71.88)
[node name="Tree1089" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(257.12, -71.88)
[node name="Tree1090" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(255.12, -70.88)
[node name="Tree1091" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(257.12, -77.88)
[node name="Tree1092" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(260.12, -73.88)
[node name="Tree1093" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(263.12, -79.88)
[node name="Tree1094" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(266.12, -75.88)
[node name="Tree1095" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(267.12, -80.88)
[node name="Tree1096" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(261.12, -79.88)
[node name="Tree1097" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(258.12, -72.88)
[node name="Tree1098" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(262.12, -72.88)
[node name="Tree1099" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(265.12, -74.88)
[node name="Tree1100" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(268.12, -74.88)
[node name="Tree1101" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(175, -48)
[node name="Tree1102" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(177, -55)
[node name="Tree1103" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(180, -51)
[node name="Tree1104" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(183, -57)
[node name="Tree1105" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(186, -53)
[node name="Tree1106" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(187, -58)
[node name="Tree1107" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(181, -57)
[node name="Tree1108" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(178, -50)
[node name="Tree1109" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(182, -50)
[node name="Tree1110" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(185, -52)
[node name="Tree1111" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(188, -52)
[node name="Tree1112" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(175.12, -56.88)
[node name="Tree1113" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(177.12, -63.88)
[node name="Tree1114" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(180.12, -59.88)
[node name="Tree1115" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(183.12, -65.88)
[node name="Tree1116" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(186.12, -61.88)
[node name="Tree1117" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(187.12, -66.88)
[node name="Tree1118" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(181.12, -65.88)
[node name="Tree1119" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(178.12, -58.88)
[node name="Tree1120" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(182.12, -58.88)
[node name="Tree1121" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(185.12, -60.88)
[node name="Tree1122" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(188.12, -60.88)
[node name="Tree1123" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(164.12, -48.88)
[node name="Tree1124" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(166.12, -55.88)
[node name="Tree1125" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(169.12, -51.88)
[node name="Tree1126" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(172.12, -57.88)
[node name="Tree1127" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(175.12, -53.88)
[node name="Tree1128" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(176.12, -58.88)
[node name="Tree1129" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(170.12, -57.88)
[node name="Tree1130" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(167.12, -50.88)
[node name="Tree1131" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(171.12, -50.88)
[node name="Tree1132" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(174.12, -52.88)
[node name="Tree1133" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(177.12, -52.88)
[node name="Tree1134" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(162.12, -38.88)
[node name="Tree1135" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(164.12, -45.88)
[node name="Tree1136" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(167.12, -41.88)
[node name="Tree1137" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(170.12, -47.88)
[node name="Tree1138" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(173.12, -43.88)
[node name="Tree1139" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(174.12, -48.88)
[node name="Tree1140" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(168.12, -47.88)
[node name="Tree1141" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(165.12, -40.88)
[node name="Tree1142" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(169.12, -40.88)
[node name="Tree1143" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(172.12, -42.88)
[node name="Tree1144" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(175.12, -42.88)
[node name="Tree1145" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(185.12, -47.88)
[node name="Tree1146" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(187.12, -54.88)
[node name="Tree1147" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(190.12, -50.88)
[node name="Tree1148" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(193.12, -56.88)
[node name="Tree1149" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(196.12, -52.88)
[node name="Tree1150" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(197.12, -57.88)
[node name="Tree1151" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(191.12, -56.88)
[node name="Tree1152" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(188.12, -49.88)
[node name="Tree1153" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(192.12, -49.88)
[node name="Tree1154" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(195.12, -51.88)
[node name="Tree1155" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(198.12, -51.88)
[node name="Tree1156" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(188.12, -53.88)
[node name="Tree1157" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(190.12, -60.88)
[node name="Tree1158" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(193.12, -56.88)
[node name="Tree1159" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(196.12, -62.88)
[node name="Tree1160" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(199.12, -58.88)
[node name="Tree1161" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(200.12, -63.88)
[node name="Tree1162" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(194.12, -62.88)
[node name="Tree1163" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(191.12, -55.88)
[node name="Tree1164" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(195.12, -55.88)
[node name="Tree1165" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(198.12, -57.88)
[node name="Tree1166" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(201.12, -57.88)
[node name="Tree1167" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(188.12, -61.88)
[node name="Tree1168" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(190.12, -68.88)
[node name="Tree1169" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(193.12, -64.88)
[node name="Tree1170" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(196.12, -70.88)
[node name="Tree1171" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(199.12, -66.88)
[node name="Tree1172" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(200.12, -71.88)
[node name="Tree1173" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(194.12, -70.88)
[node name="Tree1174" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(191.12, -63.88)
[node name="Tree1175" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(195.12, -63.88)
[node name="Tree1176" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(198.12, -65.88)
[node name="Tree1177" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(201.12, -65.88)
[node name="Tree1178" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(198.12, -66.88)
[node name="Tree1179" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(200.12, -73.88)
[node name="Tree1180" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(203.12, -69.88)
[node name="Tree1181" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(206.12, -75.88)
[node name="Tree1182" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(209.12, -71.88)
[node name="Tree1183" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(210.12, -76.88)
[node name="Tree1184" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(204.12, -75.88)
[node name="Tree1185" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(201.12, -68.88)
[node name="Tree1186" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(205.12, -68.88)
[node name="Tree1187" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(208.12, -70.88)
[node name="Tree1188" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(211.12, -70.88)
[node name="Tree1189" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(201.12, -58.88)
[node name="Tree1190" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(203.12, -65.88)
[node name="Tree1191" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(206.12, -61.88)
[node name="Tree1192" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(209.12, -67.88)
[node name="Tree1193" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(212.12, -63.88)
[node name="Tree1194" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(213.12, -68.88)
[node name="Tree1195" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(207.12, -67.88)
[node name="Tree1196" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(204.12, -60.88)
[node name="Tree1197" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(208.12, -60.88)
[node name="Tree1198" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(211.12, -62.88)
[node name="Tree1199" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(214.12, -62.88)
[node name="Tree1200" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(200.12, -48.88)
[node name="Tree1201" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(202.12, -55.88)
[node name="Tree1202" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(205.12, -51.88)
[node name="Tree1203" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(208.12, -57.88)
[node name="Tree1204" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(211.12, -53.88)
[node name="Tree1205" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(212.12, -58.88)
[node name="Tree1206" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(206.12, -57.88)
[node name="Tree1207" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(203.12, -50.88)
[node name="Tree1208" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(207.12, -50.88)
[node name="Tree1209" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(210.12, -52.88)
[node name="Tree1210" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(213.12, -52.88)
[node name="Tree1211" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(212.12, -52.88)
[node name="Tree1212" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(214.12, -59.88)
[node name="Tree1213" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(217.12, -55.88)
[node name="Tree1214" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(220.12, -61.88)
[node name="Tree1215" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(223.12, -57.88)
[node name="Tree1216" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(224.12, -62.88)
[node name="Tree1217" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(218.12, -61.88)
[node name="Tree1218" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(215.12, -54.88)
[node name="Tree1219" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(219.12, -54.88)
[node name="Tree1220" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(222.12, -56.88)
[node name="Tree1221" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(225.12, -56.88)
[node name="Tree1222" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(213.12, -59.88)
[node name="Tree1223" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(215.12, -66.88)
[node name="Tree1224" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(218.12, -62.88)
[node name="Tree1225" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(221.12, -68.88)
[node name="Tree1226" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(224.12, -64.88)
[node name="Tree1227" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(225.12, -69.88)
[node name="Tree1228" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(219.12, -68.88)
[node name="Tree1229" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(216.12, -61.88)
[node name="Tree1230" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(220.12, -61.88)
[node name="Tree1231" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(223.12, -63.88)
[node name="Tree1232" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(226.12, -63.88)
[node name="Tree1233" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(210.12, -69.88)
[node name="Tree1234" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(212.12, -76.88)
[node name="Tree1235" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(215.12, -72.88)
[node name="Tree1236" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(218.12, -78.88)
[node name="Tree1237" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(221.12, -74.88)
[node name="Tree1238" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(222.12, -79.88)
[node name="Tree1239" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(216.12, -78.88)
[node name="Tree1240" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(213.12, -71.88)
[node name="Tree1241" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(217.12, -71.88)
[node name="Tree1242" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(220.12, -73.88)
[node name="Tree1243" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(223.12, -73.88)
[node name="Tree1244" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(221.12, -75.88)
[node name="Tree1245" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(223.12, -82.88)
[node name="Tree1246" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(226.12, -78.88)
[node name="Tree1247" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(229.12, -84.88)
[node name="Tree1248" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(232.12, -80.88)
[node name="Tree1249" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(233.12, -85.88)
[node name="Tree1250" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(227.12, -84.88)
[node name="Tree1251" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(224.12, -77.88)
[node name="Tree1252" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(228.12, -77.88)
[node name="Tree1253" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(231.12, -79.88)
[node name="Tree1254" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(234.12, -79.88)
[node name="Tree1255" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(224.12, -65.88)
[node name="Tree1256" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(226.12, -72.88)
[node name="Tree1257" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(229.12, -68.88)
[node name="Tree1258" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(232.12, -74.88)
[node name="Tree1259" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(235.12, -70.88)
[node name="Tree1260" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(236.12, -75.88)
[node name="Tree1261" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(230.12, -74.88)
[node name="Tree1262" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(227.12, -67.88)
[node name="Tree1263" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(231.12, -67.88)
[node name="Tree1264" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(234.12, -69.88)
[node name="Tree1265" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(237.12, -69.88)
[node name="Tree1266" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(227.12, -54.88)
[node name="Tree1267" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(229.12, -61.88)
[node name="Tree1268" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(232.12, -57.88)
[node name="Tree1269" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(235.12, -63.88)
[node name="Tree1270" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(238.12, -59.88)
[node name="Tree1271" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(239.12, -64.88)
[node name="Tree1272" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(233.12, -63.88)
[node name="Tree1273" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(230.12, -56.88)
[node name="Tree1274" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(234.12, -56.88)
[node name="Tree1275" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(237.12, -58.88)
[node name="Tree1276" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(240.12, -58.88)
[node name="Tree1277" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(239.12, -59.88)
[node name="Tree1278" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(241.12, -66.88)
[node name="Tree1279" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(244.12, -62.88)
[node name="Tree1280" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(247.12, -68.88)
[node name="Tree1281" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(250.12, -64.88)
[node name="Tree1282" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(251.12, -69.88)
[node name="Tree1283" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(245.12, -68.88)
[node name="Tree1284" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(242.12, -61.88)
[node name="Tree1285" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(246.12, -61.88)
[node name="Tree1286" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(249.12, -63.88)
[node name="Tree1287" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(252.12, -63.88)
[node name="Tree1288" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(237.12, -70.88)
[node name="Tree1289" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(239.12, -77.88)
[node name="Tree1290" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(242.12, -73.88)
[node name="Tree1291" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(245.12, -79.88)
[node name="Tree1292" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(248.12, -75.88)
[node name="Tree1293" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(249.12, -80.88)
[node name="Tree1294" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(243.12, -79.88)
[node name="Tree1295" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(240.12, -72.88)
[node name="Tree1296" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(244.12, -72.88)
[node name="Tree1297" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(247.12, -74.88)
[node name="Tree1298" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(250.12, -74.88)
[node name="Tree1299" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(235.12, -80.88)
[node name="Tree1300" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(237.12, -87.88)
[node name="Tree1301" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(240.12, -83.88)
[node name="Tree1302" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(243.12, -89.88)
[node name="Tree1303" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(246.12, -85.88)
[node name="Tree1304" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(247.12, -90.88)
[node name="Tree1305" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(241.12, -89.88)
[node name="Tree1306" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(238.12, -82.88)
[node name="Tree1307" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(242.12, -82.88)
[node name="Tree1308" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(245.12, -84.88)
[node name="Tree1309" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(248.12, -84.88)
[node name="Tree1310" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(246.12, -83.88)
[node name="Tree1311" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(248.12, -90.88)
[node name="Tree1312" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(251.12, -86.88)
[node name="Tree1313" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(254.12, -92.88)
[node name="Tree1314" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(257.12, -88.88)
[node name="Tree1315" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(258.12, -93.88)
[node name="Tree1316" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(252.12, -92.88)
[node name="Tree1317" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(249.12, -85.88)
[node name="Tree1318" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(253.12, -85.88)
[node name="Tree1319" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(256.12, -87.88)
[node name="Tree1320" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(259.12, -87.88)
[node name="Tree1321" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(164, -64)
[node name="Tree1322" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(166, -71)
[node name="Tree1323" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(169, -67)
[node name="Tree1324" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(172, -73)
[node name="Tree1325" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(175, -69)
[node name="Tree1326" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(176, -74)
[node name="Tree1327" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(170, -73)
[node name="Tree1328" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(167, -66)
[node name="Tree1329" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(171, -66)
[node name="Tree1330" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(174, -68)
[node name="Tree1331" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(177, -68)
[node name="Tree1332" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(164.12, -72.88)
[node name="Tree1333" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(166.12, -79.88)
[node name="Tree1334" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(169.12, -75.88)
[node name="Tree1335" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(172.12, -81.88)
[node name="Tree1336" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(175.12, -77.88)
[node name="Tree1337" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(176.12, -82.88)
[node name="Tree1338" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(170.12, -81.88)
[node name="Tree1339" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(167.12, -74.88)
[node name="Tree1340" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(171.12, -74.88)
[node name="Tree1341" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(174.12, -76.88)
[node name="Tree1342" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(177.12, -76.88)
[node name="Tree1343" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(153.12, -64.88)
[node name="Tree1344" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(155.12, -71.88)
[node name="Tree1345" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(158.12, -67.88)
[node name="Tree1346" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(161.12, -73.88)
[node name="Tree1347" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(164.12, -69.88)
[node name="Tree1348" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(165.12, -74.88)
[node name="Tree1349" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(159.12, -73.88)
[node name="Tree1350" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(156.12, -66.88)
[node name="Tree1351" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(160.12, -66.88)
[node name="Tree1352" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(163.12, -68.88)
[node name="Tree1353" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(166.12, -68.88)
[node name="Tree1354" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(151.12, -54.88)
[node name="Tree1355" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(153.12, -61.88)
[node name="Tree1356" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(156.12, -57.88)
[node name="Tree1357" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(159.12, -63.88)
[node name="Tree1358" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(162.12, -59.88)
[node name="Tree1359" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(163.12, -64.88)
[node name="Tree1360" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(157.12, -63.88)
[node name="Tree1361" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(154.12, -56.88)
[node name="Tree1362" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(158.12, -56.88)
[node name="Tree1363" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(161.12, -58.88)
[node name="Tree1364" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(164.12, -58.88)
[node name="Tree1365" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(174.12, -63.88)
[node name="Tree1366" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(176.12, -70.88)
[node name="Tree1367" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(179.12, -66.88)
[node name="Tree1368" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(182.12, -72.88)
[node name="Tree1369" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(185.12, -68.88)
[node name="Tree1370" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(186.12, -73.88)
[node name="Tree1371" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(180.12, -72.88)
[node name="Tree1372" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(177.12, -65.88)
[node name="Tree1373" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(181.12, -65.88)
[node name="Tree1374" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(184.12, -67.88)
[node name="Tree1375" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(187.12, -67.88)
[node name="Tree1376" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(177.12, -69.88)
[node name="Tree1377" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(179.12, -76.88)
[node name="Tree1378" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(182.12, -72.88)
[node name="Tree1379" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(185.12, -78.88)
[node name="Tree1380" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(188.12, -74.88)
[node name="Tree1381" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(189.12, -79.88)
[node name="Tree1382" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(183.12, -78.88)
[node name="Tree1383" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(180.12, -71.88)
[node name="Tree1384" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(184.12, -71.88)
[node name="Tree1385" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(187.12, -73.88)
[node name="Tree1386" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(190.12, -73.88)
[node name="Tree1387" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(177.12, -77.88)
[node name="Tree1388" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(179.12, -84.88)
[node name="Tree1389" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(182.12, -80.88)
[node name="Tree1390" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(185.12, -86.88)
[node name="Tree1391" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(188.12, -82.88)
[node name="Tree1392" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(189.12, -87.88)
[node name="Tree1393" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(183.12, -86.88)
[node name="Tree1394" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(180.12, -79.88)
[node name="Tree1395" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(184.12, -79.88)
[node name="Tree1396" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(187.12, -81.88)
[node name="Tree1397" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(190.12, -81.88)
[node name="Tree1398" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(187.12, -82.88)
[node name="Tree1399" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(189.12, -89.88)
[node name="Tree1400" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(192.12, -85.88)
[node name="Tree1401" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(195.12, -91.88)
[node name="Tree1402" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(198.12, -87.88)
[node name="Tree1403" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(199.12, -92.88)
[node name="Tree1404" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(193.12, -91.88)
[node name="Tree1405" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(190.12, -84.88)
[node name="Tree1406" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(194.12, -84.88)
[node name="Tree1407" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(197.12, -86.88)
[node name="Tree1408" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(200.12, -86.88)
[node name="Tree1409" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(190.12, -74.88)
[node name="Tree1410" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(192.12, -81.88)
[node name="Tree1411" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(195.12, -77.88)
[node name="Tree1412" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(198.12, -83.88)
[node name="Tree1413" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(201.12, -79.88)
[node name="Tree1414" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(202.12, -84.88)
[node name="Tree1415" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(196.12, -83.88)
[node name="Tree1416" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(193.12, -76.88)
[node name="Tree1417" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(197.12, -76.88)
[node name="Tree1418" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(200.12, -78.88)
[node name="Tree1419" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(203.12, -78.88)
[node name="Tree1420" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(189.12, -64.88)
[node name="Tree1421" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(191.12, -71.88)
[node name="Tree1422" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(194.12, -67.88)
[node name="Tree1423" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(197.12, -73.88)
[node name="Tree1424" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(200.12, -69.88)
[node name="Tree1425" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(201.12, -74.88)
[node name="Tree1426" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(195.12, -73.88)
[node name="Tree1427" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(192.12, -66.88)
[node name="Tree1428" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(196.12, -66.88)
[node name="Tree1429" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(199.12, -68.88)
[node name="Tree1430" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(202.12, -68.88)
[node name="Tree1431" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(201.12, -68.88)
[node name="Tree1432" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(203.12, -75.88)
[node name="Tree1433" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(206.12, -71.88)
[node name="Tree1434" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(209.12, -77.88)
[node name="Tree1435" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(212.12, -73.88)
[node name="Tree1436" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(213.12, -78.88)
[node name="Tree1437" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(207.12, -77.88)
[node name="Tree1438" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(204.12, -70.88)
[node name="Tree1439" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(208.12, -70.88)
[node name="Tree1440" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(211.12, -72.88)
[node name="Tree1441" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(214.12, -72.88)
[node name="Tree1442" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(202.12, -75.88)
[node name="Tree1443" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(204.12, -82.88)
[node name="Tree1444" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(207.12, -78.88)
[node name="Tree1445" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(210.12, -84.88)
[node name="Tree1446" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(213.12, -80.88)
[node name="Tree1447" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(214.12, -85.88)
[node name="Tree1448" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(208.12, -84.88)
[node name="Tree1449" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(205.12, -77.88)
[node name="Tree1450" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(209.12, -77.88)
[node name="Tree1451" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(212.12, -79.88)
[node name="Tree1452" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(215.12, -79.88)
[node name="Tree1453" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(199.12, -85.88)
[node name="Tree1454" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(201.12, -92.88)
[node name="Tree1455" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(204.12, -88.88)
[node name="Tree1456" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(207.12, -94.88)
[node name="Tree1457" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(210.12, -90.88)
[node name="Tree1458" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(211.12, -95.88)
[node name="Tree1459" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(205.12, -94.88)
[node name="Tree1460" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(202.12, -87.88)
[node name="Tree1461" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(206.12, -87.88)
[node name="Tree1462" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(209.12, -89.88)
[node name="Tree1463" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(212.12, -89.88)
[node name="Tree1464" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(210.12, -91.88)
[node name="Tree1465" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(212.12, -98.88)
[node name="Tree1466" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(215.12, -94.88)
[node name="Tree1467" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(218.12, -100.88)
[node name="Tree1468" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(221.12, -96.88)
[node name="Tree1469" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(222.12, -101.88)
[node name="Tree1470" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(216.12, -100.88)
[node name="Tree1471" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(213.12, -93.88)
[node name="Tree1472" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(217.12, -93.88)
[node name="Tree1473" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(220.12, -95.88)
[node name="Tree1474" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(223.12, -95.88)
[node name="Tree1475" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(213.12, -81.88)
[node name="Tree1476" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(215.12, -88.88)
[node name="Tree1477" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(218.12, -84.88)
[node name="Tree1478" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(221.12, -90.88)
[node name="Tree1479" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(224.12, -86.88)
[node name="Tree1480" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(225.12, -91.88)
[node name="Tree1481" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(219.12, -90.88)
[node name="Tree1482" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(216.12, -83.88)
[node name="Tree1483" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(220.12, -83.88)
[node name="Tree1484" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(223.12, -85.88)
[node name="Tree1485" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(226.12, -85.88)
[node name="Tree1486" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(216.12, -70.88)
[node name="Tree1487" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(218.12, -77.88)
[node name="Tree1488" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(221.12, -73.88)
[node name="Tree1489" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(224.12, -79.88)
[node name="Tree1490" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(227.12, -75.88)
[node name="Tree1491" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(228.12, -80.88)
[node name="Tree1492" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(222.12, -79.88)
[node name="Tree1493" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(219.12, -72.88)
[node name="Tree1494" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(223.12, -72.88)
[node name="Tree1495" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(226.12, -74.88)
[node name="Tree1496" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(229.12, -74.88)
[node name="Tree1497" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(228.12, -75.88)
[node name="Tree1498" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(230.12, -82.88)
[node name="Tree1499" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(233.12, -78.88)
[node name="Tree1500" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(236.12, -84.88)
[node name="Tree1501" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(239.12, -80.88)
[node name="Tree1502" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(240.12, -85.88)
[node name="Tree1503" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(234.12, -84.88)
[node name="Tree1504" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(231.12, -77.88)
[node name="Tree1505" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(235.12, -77.88)
[node name="Tree1506" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(238.12, -79.88)
[node name="Tree1507" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(241.12, -79.88)
[node name="Tree1508" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(226.12, -86.88)
[node name="Tree1509" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(228.12, -93.88)
[node name="Tree1510" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(231.12, -89.88)
[node name="Tree1511" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(234.12, -95.88)
[node name="Tree1512" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(237.12, -91.88)
[node name="Tree1513" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(238.12, -96.88)
[node name="Tree1514" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(232.12, -95.88)
[node name="Tree1515" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(229.12, -88.88)
[node name="Tree1516" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(233.12, -88.88)
[node name="Tree1517" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(236.12, -90.88)
[node name="Tree1518" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(239.12, -90.88)
[node name="Tree1519" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(224.12, -96.88)
[node name="Tree1520" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(226.12, -103.88)
[node name="Tree1521" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(229.12, -99.88)
[node name="Tree1522" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(232.12, -105.88)
[node name="Tree1523" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(235.12, -101.88)
[node name="Tree1524" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(236.12, -106.88)
[node name="Tree1525" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(230.12, -105.88)
[node name="Tree1526" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(227.12, -98.88)
[node name="Tree1527" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(231.12, -98.88)
[node name="Tree1528" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(234.12, -100.88)
[node name="Tree1529" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(237.12, -100.88)
[node name="Tree1530" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(235.12, -99.88)
[node name="Tree1531" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(237.12, -106.88)
[node name="Tree1532" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(240.12, -102.88)
[node name="Tree1533" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(243.12, -108.88)
[node name="Tree1534" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(246.12, -104.88)
[node name="Tree1535" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(247.12, -109.88)
[node name="Tree1536" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(241.12, -108.88)
[node name="Tree1537" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(238.12, -101.88)
[node name="Tree1538" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(242.12, -101.88)
[node name="Tree1539" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(245.12, -103.88)
[node name="Tree1540" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(248.12, -103.88)
[node name="Tree1541" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(159, -85)
[node name="Tree1542" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(161, -92)
[node name="Tree1543" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(164, -88)
[node name="Tree1544" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(167, -94)
[node name="Tree1545" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(170, -90)
[node name="Tree1546" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(171, -95)
[node name="Tree1547" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(165, -94)
[node name="Tree1548" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(162, -87)
[node name="Tree1549" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(166, -87)
[node name="Tree1550" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(169, -89)
[node name="Tree1551" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(172, -89)
[node name="Tree1552" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(159.12, -93.88)
[node name="Tree1553" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(161.12, -100.88)
[node name="Tree1554" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(164.12, -96.88)
[node name="Tree1555" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(167.12, -102.88)
[node name="Tree1556" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(170.12, -98.88)
[node name="Tree1557" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(171.12, -103.88)
[node name="Tree1558" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(165.12, -102.88)
[node name="Tree1559" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(162.12, -95.88)
[node name="Tree1560" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(166.12, -95.88)
[node name="Tree1561" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(169.12, -97.88)
[node name="Tree1562" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(172.12, -97.88)
[node name="Tree1563" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(148.12, -85.88)
[node name="Tree1564" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(150.12, -92.88)
[node name="Tree1565" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(153.12, -88.88)
[node name="Tree1566" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(156.12, -94.88)
[node name="Tree1567" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(159.12, -90.88)
[node name="Tree1568" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(160.12, -95.88)
[node name="Tree1569" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(154.12, -94.88)
[node name="Tree1570" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(151.12, -87.88)
[node name="Tree1571" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(155.12, -87.88)
[node name="Tree1572" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(158.12, -89.88)
[node name="Tree1573" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(161.12, -89.88)
[node name="Tree1574" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(146.12, -75.88)
[node name="Tree1575" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(148.12, -82.88)
[node name="Tree1576" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(151.12, -78.88)
[node name="Tree1577" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(154.12, -84.88)
[node name="Tree1578" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(157.12, -80.88)
[node name="Tree1579" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(158.12, -85.88)
[node name="Tree1580" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(152.12, -84.88)
[node name="Tree1581" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(149.12, -77.88)
[node name="Tree1582" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(153.12, -77.88)
[node name="Tree1583" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(156.12, -79.88)
[node name="Tree1584" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(159.12, -79.88)
[node name="Tree1585" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(169.12, -84.88)
[node name="Tree1586" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(171.12, -91.88)
[node name="Tree1587" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(174.12, -87.88)
[node name="Tree1588" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(177.12, -93.88)
[node name="Tree1589" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(180.12, -89.88)
[node name="Tree1590" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(181.12, -94.88)
[node name="Tree1591" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(175.12, -93.88)
[node name="Tree1592" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(172.12, -86.88)
[node name="Tree1593" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(176.12, -86.88)
[node name="Tree1594" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(179.12, -88.88)
[node name="Tree1595" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(182.12, -88.88)
[node name="Tree1596" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(172.12, -90.88)
[node name="Tree1597" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(174.12, -97.88)
[node name="Tree1598" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(177.12, -93.88)
[node name="Tree1599" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(180.12, -99.88)
[node name="Tree1600" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(183.12, -95.88)
[node name="Tree1601" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(184.12, -100.88)
[node name="Tree1602" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(178.12, -99.88)
[node name="Tree1603" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(175.12, -92.88)
[node name="Tree1604" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(179.12, -92.88)
[node name="Tree1605" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(182.12, -94.88)
[node name="Tree1606" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(185.12, -94.88)
[node name="Tree1607" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(172.12, -98.88)
[node name="Tree1608" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(174.12, -105.88)
[node name="Tree1609" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(177.12, -101.88)
[node name="Tree1610" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(180.12, -107.88)
[node name="Tree1611" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(183.12, -103.88)
[node name="Tree1612" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(184.12, -108.88)
[node name="Tree1613" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(178.12, -107.88)
[node name="Tree1614" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(175.12, -100.88)
[node name="Tree1615" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(179.12, -100.88)
[node name="Tree1616" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(182.12, -102.88)
[node name="Tree1617" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(185.12, -102.88)
[node name="Tree1618" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(182.12, -103.88)
[node name="Tree1619" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(184.12, -110.88)
[node name="Tree1620" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(187.12, -106.88)
[node name="Tree1621" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(190.12, -112.88)
[node name="Tree1622" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(193.12, -108.88)
[node name="Tree1623" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(194.12, -113.88)
[node name="Tree1624" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(188.12, -112.88)
[node name="Tree1625" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(185.12, -105.88)
[node name="Tree1626" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(189.12, -105.88)
[node name="Tree1627" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(192.12, -107.88)
[node name="Tree1628" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(195.12, -107.88)
[node name="Tree1629" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(185.12, -95.88)
[node name="Tree1630" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(187.12, -102.88)
[node name="Tree1631" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(190.12, -98.88)
[node name="Tree1632" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(193.12, -104.88)
[node name="Tree1633" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(196.12, -100.88)
[node name="Tree1634" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(197.12, -105.88)
[node name="Tree1635" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(191.12, -104.88)
[node name="Tree1636" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(188.12, -97.88)
[node name="Tree1637" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(192.12, -97.88)
[node name="Tree1638" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(195.12, -99.88)
[node name="Tree1639" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(198.12, -99.88)
[node name="Tree1640" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(184.12, -85.88)
[node name="Tree1641" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(186.12, -92.88)
[node name="Tree1642" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(189.12, -88.88)
[node name="Tree1643" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(192.12, -94.88)
[node name="Tree1644" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(195.12, -90.88)
[node name="Tree1645" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(196.12, -95.88)
[node name="Tree1646" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(190.12, -94.88)
[node name="Tree1647" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(187.12, -87.88)
[node name="Tree1648" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(191.12, -87.88)
[node name="Tree1649" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(194.12, -89.88)
[node name="Tree1650" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(197.12, -89.88)
[node name="Tree1651" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(196.12, -89.88)
[node name="Tree1652" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(198.12, -96.88)
[node name="Tree1653" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(201.12, -92.88)
[node name="Tree1654" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(204.12, -98.88)
[node name="Tree1655" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(207.12, -94.88)
[node name="Tree1656" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(208.12, -99.88)
[node name="Tree1657" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(202.12, -98.88)
[node name="Tree1658" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(199.12, -91.88)
[node name="Tree1659" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(203.12, -91.88)
[node name="Tree1660" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(206.12, -93.88)
[node name="Tree1661" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(209.12, -93.88)
[node name="Tree1662" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(197.12, -96.88)
[node name="Tree1663" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(199.12, -103.88)
[node name="Tree1664" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(202.12, -99.88)
[node name="Tree1665" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(205.12, -105.88)
[node name="Tree1666" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(208.12, -101.88)
[node name="Tree1667" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(209.12, -106.88)
[node name="Tree1668" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(203.12, -105.88)
[node name="Tree1669" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(200.12, -98.88)
[node name="Tree1670" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(204.12, -98.88)
[node name="Tree1671" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(207.12, -100.88)
[node name="Tree1672" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(210.12, -100.88)
[node name="Tree1673" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(194.12, -106.88)
[node name="Tree1674" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(196.12, -113.88)
[node name="Tree1675" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(199.12, -109.88)
[node name="Tree1676" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(202.12, -115.88)
[node name="Tree1677" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(205.12, -111.88)
[node name="Tree1678" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(206.12, -116.88)
[node name="Tree1679" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(200.12, -115.88)
[node name="Tree1680" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(197.12, -108.88)
[node name="Tree1681" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(201.12, -108.88)
[node name="Tree1682" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(204.12, -110.88)
[node name="Tree1683" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(207.12, -110.88)
[node name="Tree1684" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(205.12, -112.88)
[node name="Tree1685" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(207.12, -119.88)
[node name="Tree1686" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(210.12, -115.88)
[node name="Tree1687" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(213.12, -121.88)
[node name="Tree1688" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(216.12, -117.88)
[node name="Tree1689" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(217.12, -122.88)
[node name="Tree1690" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(211.12, -121.88)
[node name="Tree1691" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(208.12, -114.88)
[node name="Tree1692" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(212.12, -114.88)
[node name="Tree1693" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(215.12, -116.88)
[node name="Tree1694" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(218.12, -116.88)
[node name="Tree1695" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(208.12, -102.88)
[node name="Tree1696" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(210.12, -109.88)
[node name="Tree1697" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(213.12, -105.88)
[node name="Tree1698" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(216.12, -111.88)
[node name="Tree1699" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(219.12, -107.88)
[node name="Tree1700" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(220.12, -112.88)
[node name="Tree1701" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(214.12, -111.88)
[node name="Tree1702" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(211.12, -104.88)
[node name="Tree1703" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(215.12, -104.88)
[node name="Tree1704" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(218.12, -106.88)
[node name="Tree1705" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(221.12, -106.88)
[node name="Tree1706" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(211.12, -91.88)
[node name="Tree1707" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(213.12, -98.88)
[node name="Tree1708" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(216.12, -94.88)
[node name="Tree1709" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(219.12, -100.88)
[node name="Tree1710" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(222.12, -96.88)
[node name="Tree1711" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(223.12, -101.88)
[node name="Tree1712" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(217.12, -100.88)
[node name="Tree1713" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(214.12, -93.88)
[node name="Tree1714" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(218.12, -93.88)
[node name="Tree1715" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(221.12, -95.88)
[node name="Tree1716" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(224.12, -95.88)
[node name="Tree1717" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(223.12, -96.88)
[node name="Tree1718" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(225.12, -103.88)
[node name="Tree1719" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(228.12, -99.88)
[node name="Tree1720" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(231.12, -105.88)
[node name="Tree1721" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(234.12, -101.88)
[node name="Tree1722" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(235.12, -106.88)
[node name="Tree1723" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(229.12, -105.88)
[node name="Tree1724" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(226.12, -98.88)
[node name="Tree1725" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(230.12, -98.88)
[node name="Tree1726" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(233.12, -100.88)
[node name="Tree1727" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(236.12, -100.88)
[node name="Tree1728" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(221.12, -107.88)
[node name="Tree1729" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(223.12, -114.88)
[node name="Tree1730" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(226.12, -110.88)
[node name="Tree1731" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(229.12, -116.88)
[node name="Tree1732" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(232.12, -112.88)
[node name="Tree1733" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(233.12, -117.88)
[node name="Tree1734" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(227.12, -116.88)
[node name="Tree1735" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(224.12, -109.88)
[node name="Tree1736" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(228.12, -109.88)
[node name="Tree1737" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(231.12, -111.88)
[node name="Tree1738" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(234.12, -111.88)
[node name="Tree1739" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(219.12, -117.88)
[node name="Tree1740" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(221.12, -124.88)
[node name="Tree1741" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(224.12, -120.88)
[node name="Tree1742" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(227.12, -126.88)
[node name="Tree1743" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(230.12, -122.88)
[node name="Tree1744" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(231.12, -127.88)
[node name="Tree1745" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(225.12, -126.88)
[node name="Tree1746" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(222.12, -119.88)
[node name="Tree1747" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(226.12, -119.88)
[node name="Tree1748" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(229.12, -121.88)
[node name="Tree1749" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(232.12, -121.88)
[node name="Tree1750" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(230.12, -120.88)
[node name="Tree1751" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(232.12, -127.88)
[node name="Tree1752" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(235.12, -123.88)
[node name="Tree1753" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(238.12, -129.88)
[node name="Tree1754" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(241.12, -125.88)
[node name="Tree1755" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(242.12, -130.88)
[node name="Tree1756" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(236.12, -129.88)
[node name="Tree1757" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(233.12, -122.88)
[node name="Tree1758" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(237.12, -122.88)
[node name="Tree1759" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(240.12, -124.88)
[node name="Tree1760" parent="ForestContainer" instance=ExtResource("8_hcu3t")]
position = Vector2(243.12, -124.88)
[node name="FollowerPopulationVisualizer" type="Node" parent="." node_paths=PackedStringArray("_markersContainer")]
script = ExtResource("8_cv8e0")
_markersContainer = NodePath("../Followers Markers")
_unitsPerMarker = 1
_moddableVisualScene = ExtResource("17_qdkat")
metadata/_custom_type_script = "uid://dj2wyrq07gfp2"
[node name="HutPopulationVisualizer" type="Node" parent="." node_paths=PackedStringArray("_markersContainer")]
script = ExtResource("8_cv8e0")
_markersContainer = NodePath("../Hut Markers")
_unitsPerMarker = 1
Category = 1
_moddableVisualScene = ExtResource("17_qdkat")
metadata/_custom_type_script = "uid://dj2wyrq07gfp2"
[node name="ForestVisualizer" type="Node" parent="." node_paths=PackedStringArray("_treesContainer")]
script = ExtResource("18_qdkat")
_treesContainer = NodePath("../ForestContainer")
metadata/_custom_type_script = "uid://furbvcmw31bx"
[node name="TemplesVisualizer" type="Node" parent="." node_paths=PackedStringArray("_markersContainer")]
script = ExtResource("8_cv8e0")
_markersContainer = NodePath("../TemplesContainer")
_unitsPerMarker = 1
Category = 2
_moddableVisualScene = ExtResource("17_qdkat")
metadata/_custom_type_script = "uid://dj2wyrq07gfp2"