[gd_scene load_steps=4 format=3 uid="uid://b12gq4yqc3d8i"] [ext_resource type="Script" path="res://UI/MainMenu.cs" id="1_6aikc"] [ext_resource type="PackedScene" uid="uid://cjl20bs56430j" path="res://Animations/UIAnimations.tscn" id="2_erh7e"] [ext_resource type="Texture2D" uid="uid://swxqmtawd1yo" path="res://Textures/GUI/TITLE-SCREEN-01.png" id="4_0156s"] [node name="MainMenu" type="Node2D"] script = ExtResource("1_6aikc") [node name="UIAnimations" parent="." instance=ExtResource("2_erh7e")] [node name="NewGame" type="Control" parent="."] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 [node name="TextureRect" type="TextureRect" parent="NewGame"] layout_mode = 0 offset_right = 1920.0 offset_bottom = 1080.0 texture = ExtResource("4_0156s") [node name="Button" type="Button" parent="NewGame"] modulate = Color(1, 1, 1, 0) layout_mode = 0 offset_left = 432.0 offset_top = 597.0 offset_right = 845.0 offset_bottom = 723.0 text = " " flat = true [node name="Button2" type="Button" parent="NewGame"] modulate = Color(1, 1, 1, 0) layout_mode = 0 offset_left = 1061.0 offset_top = 598.0 offset_right = 1485.0 offset_bottom = 720.0 text = " " flat = true [node name="Button3" type="Button" parent="NewGame"] modulate = Color(1, 1, 1, 0) layout_mode = 0 offset_left = 748.0 offset_top = 822.0 offset_right = 1172.0 offset_bottom = 944.0 text = " " flat = true [connection signal="pressed" from="NewGame/Button" to="." method="OnSinglePlayerPressed"] [connection signal="pressed" from="NewGame/Button2" to="." method="OnTwoPlayerPressed"] [connection signal="pressed" from="NewGame/Button3" to="." method="OnQuitButtonPressed"]