[gd_scene load_steps=2 format=3 uid="uid://c25au08um2kxt"] [ext_resource type="Script" uid="uid://ctge47k34s7yi" path="res://scripts/configuration.gd" id="1_d6xro"] [node name="Configuration" type="Control"] layout_mode = 3 anchors_preset = 0 script = ExtResource("1_d6xro") [node name="VBoxContainer" type="VBoxContainer" parent="."] layout_mode = 0 offset_left = 180.0 offset_top = 344.0 offset_right = 1794.0 offset_bottom = 731.0 [node name="Label" type="Label" parent="VBoxContainer"] layout_mode = 2 text = "Selecciona un jugador" [node name="residents_menu" type="MenuButton" parent="VBoxContainer"] layout_mode = 2 text = "Residentes" flat = false [node name="Label2" type="Label" parent="VBoxContainer"] layout_mode = 2 text = "Selecciona el color de fondo" [node name="bg_color_picker" type="ColorPickerButton" parent="VBoxContainer"] custom_minimum_size = Vector2(200, 70) layout_mode = 2 size_flags_horizontal = 0 [node name="Label3" type="Label" parent="VBoxContainer"] layout_mode = 2 text = "Selecciona el color de las líneas de las fichas" [node name="tiles_lines_color_picker" type="ColorPickerButton" parent="VBoxContainer"] custom_minimum_size = Vector2(200, 70) layout_mode = 2 size_flags_horizontal = 0 [node name="Label4" type="Label" parent="VBoxContainer"] layout_mode = 2 text = "Selecciona el color de las líneas del tablero" [node name="table_lines_color_picker" type="ColorPickerButton" parent="VBoxContainer"] custom_minimum_size = Vector2(200, 70) layout_mode = 2 size_flags_horizontal = 0 [node name="Label5" type="Label" parent="VBoxContainer"] layout_mode = 2 text = "Selecciona el nivel" [node name="levels_menu" type="MenuButton" parent="VBoxContainer"] layout_mode = 2 text = "Niveles" flat = false item_count = 3 popup/item_0/text = "Facil" popup/item_0/id = 0 popup/item_1/text = "Medio" popup/item_1/id = 1 popup/item_2/text = "Dificil" popup/item_2/id = 2 [node name="Button" type="Button" parent="VBoxContainer"] layout_mode = 2 text = "EMPEZAR JUEGO" [connection signal="pressed" from="VBoxContainer/Button" to="." method="_on_button_pressed"]