[gd_scene load_steps=2 format=3 uid="uid://orghy6w50dfb"] [ext_resource type="Script" uid="uid://e41ws6j00o5" path="res://scripts/configuration.gd" id="1_hc4xr"] [node name="Configuration" type="Node2D"] script = ExtResource("1_hc4xr") [node name="VBoxContainer" type="VBoxContainer" parent="."] 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="Window" type="Window" parent="."] [node name="Label" type="Label" parent="Window"] offset_right = 40.0 offset_bottom = 23.0 text = "Correo electronico" [node name="EmailInput" type="LineEdit" parent="Window"] offset_right = 68.5625 offset_bottom = 31.0 [node name="Label2" type="Label" parent="Window"] offset_right = 40.0 offset_bottom = 23.0 text = "ContraseƱa " [node name="PasswordInput" type="LineEdit" parent="Window"] offset_right = 68.5625 offset_bottom = 31.0 [node name="LogInButton" type="Button" parent="Window"] offset_right = 8.0 offset_bottom = 8.0 [connection signal="pressed" from="VBoxContainer/PlayButton" to="." method="_on_play_button_pressed"]