[gd_scene load_steps=5 format=3 uid="uid://orghy6w50dfb"] [ext_resource type="Script" uid="uid://e41ws6j00o5" path="res://scripts/configuration.gd" id="1_hc4xr"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_hc4xr"] bg_color = Color(0.588235, 0.654902, 0.686275, 1) [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_7wcdq"] bg_color = Color(0.588235, 0.654902, 0.686275, 1) [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_lditi"] bg_color = Color(0.196078, 0.309804, 0.368627, 1) [node name="Configuration" type="Control"] layout_mode = 3 anchors_preset = 0 script = ExtResource("1_hc4xr") [node name="Window" type="Window" parent="."] initial_position = 1 size = Vector2i(500, 230) [node name="ColorRect" type="ColorRect" parent="Window"] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 color = Color(0.8, 0.8, 0.8, 1) [node name="VBoxContainer" type="VBoxContainer" parent="Window"] anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_left = -200.0 offset_top = -99.0 offset_right = 200.0 offset_bottom = 101.0 grow_horizontal = 2 grow_vertical = 2 theme_override_constants/separation = 10 [node name="Label" type="Label" parent="Window/VBoxContainer"] layout_mode = 2 size_flags_vertical = 3 theme_override_colors/font_color = Color(0.196078, 0.309804, 0.368627, 1) text = "Correo electronico:" horizontal_alignment = 1 vertical_alignment = 1 [node name="EmailInput" type="LineEdit" parent="Window/VBoxContainer"] custom_minimum_size = Vector2(400, 0) layout_mode = 2 size_flags_horizontal = 4 size_flags_vertical = 6 theme_override_styles/normal = SubResource("StyleBoxFlat_hc4xr") [node name="Label2" type="Label" parent="Window/VBoxContainer"] layout_mode = 2 size_flags_vertical = 6 theme_override_colors/font_color = Color(0.196078, 0.309804, 0.368627, 1) text = "ContraseƱa:" horizontal_alignment = 1 vertical_alignment = 1 [node name="PasswordInput" type="LineEdit" parent="Window/VBoxContainer"] custom_minimum_size = Vector2(400, 0) layout_mode = 2 size_flags_horizontal = 4 size_flags_vertical = 6 theme_override_styles/normal = SubResource("StyleBoxFlat_7wcdq") [node name="LogInButton" type="Button" parent="Window/VBoxContainer"] custom_minimum_size = Vector2(250, 50) layout_mode = 2 size_flags_horizontal = 4 size_flags_vertical = 6 theme_override_styles/normal = SubResource("StyleBoxFlat_lditi") text = "Iniciar sesion" [node name="VBoxContainer" type="VBoxContainer" parent="."] layout_mode = 0 offset_right = 40.0 offset_bottom = 40.0 [node name="Label" type="Label" parent="VBoxContainer"] layout_mode = 2 text = "CONFIGURACIƓN" [node name="Label2" type="Label" parent="VBoxContainer"] layout_mode = 2 text = "Selecciona los jugadores" [node name="MenuButton" type="MenuButton" parent="VBoxContainer"] layout_mode = 2 text = "Jugadores" flat = false [node name="Label3" type="Label" parent="VBoxContainer"] layout_mode = 2 text = "Jugadores seleccionados" [node name="FlowContainer" type="FlowContainer" parent="VBoxContainer"] layout_mode = 2 [node name="PlayButton" type="Button" parent="VBoxContainer"] layout_mode = 2 text = "Empezar juego" [node name="Bloqueador" type="ColorRect" parent="."] layout_mode = 1 offset_right = 1920.0 offset_bottom = 1080.0 color = Color(0.196078, 0.309804, 0.368627, 0.784314) [connection signal="pressed" from="Window/VBoxContainer/LogInButton" to="." method="_on_log_in_button_pressed"] [connection signal="pressed" from="VBoxContainer/PlayButton" to="." method="_on_play_button_pressed"]