diff --git a/tools/configurator/components/popup.gd b/tools/configurator/components/popup.gd index 7da8a70b..1995f4d0 100644 --- a/tools/configurator/components/popup.gd +++ b/tools/configurator/components/popup.gd @@ -15,14 +15,13 @@ func _ready(): # TODO this alowes copy and paste from RTB in logs? if (content != null and bios_type > 0): $Panel/MarginContainer/VBoxContainer/ContentContainer/MarginContainer.add_child(content) - func _process(delta): if Input.is_action_pressed("back_button"): lbhide.visible=true rbhide.visible=true queue_free() - +c func set_content(new_content): content = load(new_content).instantiate() diff --git a/tools/configurator/main.tscn b/tools/configurator/main.tscn index 64e5d270..f60da228 100644 --- a/tools/configurator/main.tscn +++ b/tools/configurator/main.tscn @@ -194,7 +194,7 @@ size_flags_horizontal = 3 unique_name_in_owner = true layout_mode = 2 tab_alignment = 1 -current_tab = 3 +current_tab = 1 script = ExtResource("3_id6l4") [node name="GLOBALS" type="MarginContainer" parent="Background/SplitContainer/MarginContainer/TabContainer"] @@ -252,6 +252,16 @@ layout_mode = 2 text = "TATE MODE" icon = ExtResource("4_q6hd2") +[node name="Widescreen7" type="CheckButton" parent="Background/SplitContainer/MarginContainer/TabContainer/GLOBALS/ScrollContainer/VBoxContainer/GridContainer"] +layout_mode = 2 +text = "RESET RETROCECK" +icon = ExtResource("4_q6hd2") + +[node name="Widescreen8" type="CheckButton" parent="Background/SplitContainer/MarginContainer/TabContainer/GLOBALS/ScrollContainer/VBoxContainer/GridContainer"] +layout_mode = 2 +text = "RESET ALL EMULATORS" +icon = ExtResource("4_q6hd2") + [node name="decorations_gridcontainer" type="GridContainer" parent="Background/SplitContainer/MarginContainer/TabContainer/GLOBALS/ScrollContainer/VBoxContainer"] visible = false layout_mode = 2 @@ -557,7 +567,6 @@ icon_alignment = 1 vertical_icon_alignment = 0 [node name="SYSTEM" type="MarginContainer" parent="Background/SplitContainer/MarginContainer/TabContainer"] -visible = false layout_mode = 2 script = ExtResource("36_wv31h") metadata/_tab_index = 1 @@ -808,6 +817,7 @@ disabled = true text = "TK_MOVEFILES" [node name="TK_TROUBLESHOOT" type="MarginContainer" parent="Background/SplitContainer/MarginContainer/TabContainer"] +visible = false layout_mode = 2 metadata/_tab_index = 3 @@ -845,28 +855,6 @@ popup/item_2/id = 2 popup/item_3/text = "Retroarch" popup/item_3/id = 3 -[node name="reset_container" type="VBoxContainer" parent="Background/SplitContainer/MarginContainer/TabContainer/TK_TROUBLESHOOT/VBoxContainer"] -layout_mode = 2 - -[node name="reset_label" type="Label" parent="Background/SplitContainer/MarginContainer/TabContainer/TK_TROUBLESHOOT/VBoxContainer/reset_container"] -layout_mode = 2 -text = "TK_RESET" - -[node name="reset_separator" type="HSeparator" parent="Background/SplitContainer/MarginContainer/TabContainer/TK_TROUBLESHOOT/VBoxContainer/reset_container"] -layout_mode = 2 - -[node name="reset_single_button" type="Button" parent="Background/SplitContainer/MarginContainer/TabContainer/TK_TROUBLESHOOT/VBoxContainer/reset_container"] -layout_mode = 2 -text = "TK_RESETSINGLE" - -[node name="reset_all_button" type="Button" parent="Background/SplitContainer/MarginContainer/TabContainer/TK_TROUBLESHOOT/VBoxContainer/reset_container"] -layout_mode = 2 -text = "TK_RESETALL" - -[node name="reset_full_button" type="Button" parent="Background/SplitContainer/MarginContainer/TabContainer/TK_TROUBLESHOOT/VBoxContainer/reset_container"] -layout_mode = 2 -text = "TK_RESETFULL" - [node name="controls_container" type="VBoxContainer" parent="Background/SplitContainer/MarginContainer/TabContainer/TK_TROUBLESHOOT/VBoxContainer"] layout_mode = 2