[gd_scene load_steps=5 format=3 uid="uid://d3srnfkpx01we"] [ext_resource type="PackedScene" uid="uid://d3hul8b7hlmj7" path="res://scenes/Map.tscn" id="1_nnb57"] [ext_resource type="PackedScene" uid="uid://dha8pa1les53a" path="res://scenes/Gui.tscn" id="2_d5c8m"] [ext_resource type="Script" path="res://scripts/camera.gd" id="3_7olyu"] [ext_resource type="PackedScene" uid="uid://qpdlnll5pihe" path="res://objects/Planter.tscn" id="3_qx0o7"] [node name="Game" type="Node2D"] y_sort_enabled = true [node name="Map" parent="." instance=ExtResource("1_nnb57")] [node name="Interface" type="CanvasLayer" parent="."] [node name="Gui" parent="Interface" node_paths=PackedStringArray("planter") instance=ExtResource("2_d5c8m")] planter = NodePath("../../Planter") [node name="Camera2D" type="Camera2D" parent="."] position = Vector2(1477, 1071) script = ExtResource("3_7olyu") [node name="Planter" parent="." node_paths=PackedStringArray("camera") instance=ExtResource("3_qx0o7")] camera = NodePath("../Camera2D") [connection signal="win_game" from="Map" to="Interface/Gui" method="_on_map_win_game"] [connection signal="scanner_selected" from="Interface/Gui" to="Map" method="_on_gui_scanner_selected"] [connection signal="mouse_motion" from="Camera2D" to="Interface/Gui" method="_on_camera_2d_mouse_motion"] [connection signal="seed_list_updated" from="Planter" to="Interface/Gui" method="_on_planter_seed_list_updated"]