[gd_scene load_steps=2 format=3 uid="uid://c1qk762funu8g"] [ext_resource type="Script" uid="uid://ciorv2qbkgxpl" path="res://01 - Menus/01 - Main Menu/main_menu.gd" id="1_6vrvy"] [node name="main_menu" type="Node2D"] script = ExtResource("1_6vrvy") [node name="ui_main_menu" type="ColorRect" parent="."] unique_name_in_owner = true offset_right = 512.0 offset_bottom = 1440.0 color = Color(0.047058824, 0.07058824, 0.09803922, 1) [node name="ui_background" type="ColorRect" parent="."] unique_name_in_owner = true offset_right = 2564.0 offset_bottom = 1440.0 color = Color(0.047058824, 0.07058824, 0.09803922, 0.78431374) [node name="exit" type="Button" parent="."] unique_name_in_owner = true offset_left = 96.0 offset_top = 1280.0 offset_right = 416.0 offset_bottom = 1344.0 text = "Exit" [node name="campaign_manager" type="Button" parent="."] unique_name_in_owner = true offset_left = 96.0 offset_top = 1184.0 offset_right = 416.0 offset_bottom = 1248.0 text = "Campaign Manager" [node name="scroll" type="ScrollContainer" parent="."] unique_name_in_owner = true offset_left = 32.0 offset_top = 192.0 offset_right = 480.0 offset_bottom = 1152.0 [node name="container" type="VBoxContainer" parent="scroll"] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 3 [connection signal="button_up" from="exit" to="." method="_on_exit_button_up"] [connection signal="button_up" from="campaign_manager" to="." method="_on_campaign_manager_button_up"]