RetroDECK/tools/configurator/main.tscn

737 lines
23 KiB
Plaintext
Executable file

[gd_scene load_steps=10 format=3 uid="uid://qk2gw74anwlq"]
[ext_resource type="Theme" uid="uid://yqkvsb5q7pab" path="res://res/pixel_ui_theme/PixelTheme.tres" id="1_36ht7"]
[ext_resource type="Texture2D" uid="uid://bv6vh33cnfaw4" path="res://icon.svg" id="1_axfei"]
[ext_resource type="Script" path="res://main.gd" id="1_obpq7"]
[ext_resource type="Script" path="res://Button.gd" id="3_aenvv"]
[ext_resource type="Script" path="res://Button2.gd" id="4_u2f14"]
[ext_resource type="Script" path="res://ProgressButton.gd" id="5_slq0p"]
[ext_resource type="Script" path="res://ProgressBar.gd" id="6_cx658"]
[sub_resource type="LabelSettings" id="LabelSettings_b77hh"]
font_size = 24
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_xyjyy"]
corner_radius_top_left = 5
corner_radius_top_right = 5
corner_radius_bottom_right = 5
corner_radius_bottom_left = 5
[node name="Control" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_bottom = 15.0
grow_horizontal = 2
grow_vertical = 2
theme = ExtResource("1_36ht7")
script = ExtResource("1_obpq7")
[node name="Background" type="ColorRect" parent="."]
visible = false
layout_mode = 2
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0.0117647, 0.0117647, 0.0666667, 1)
[node name="Icon" type="Sprite2D" parent="."]
visible = false
position = Vector2(76, 66)
scale = Vector2(0.25, 0.25)
texture = ExtResource("1_axfei")
[node name="TitleText" type="Label" parent="."]
visible = false
layout_mode = 1
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -208.5
offset_top = 50.0
offset_right = 208.5
offset_bottom = 87.0
grow_horizontal = 2
text = "Welcome to RetroDECK configurator"
label_settings = SubResource("LabelSettings_b77hh")
horizontal_alignment = 1
[node name="VBoxContainerButtons" type="VBoxContainer" parent="."]
visible = false
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_right = 376.0
offset_bottom = 105.0
grow_horizontal = 2
grow_vertical = 2
[node name="Button" type="Button" parent="VBoxContainerButtons"]
custom_minimum_size = Vector2(150, 0)
layout_mode = 2
size_flags_horizontal = 0
focus_neighbor_top = NodePath("../HBoxContainerProgress/ProgressButton")
focus_neighbor_bottom = NodePath("../Button2")
text = "Hardcoded script"
script = ExtResource("3_aenvv")
[node name="Button2" type="Button" parent="VBoxContainerButtons"]
custom_minimum_size = Vector2(150, 0)
layout_mode = 2
size_flags_horizontal = 0
focus_neighbor_top = NodePath("../Button")
focus_neighbor_bottom = NodePath("../HBoxContainerProgress/ProgressButton")
text = "External script"
script = ExtResource("4_u2f14")
[node name="HBoxContainerProgress" type="HBoxContainer" parent="VBoxContainerButtons"]
layout_mode = 2
[node name="ProgressButton" type="Button" parent="VBoxContainerButtons/HBoxContainerProgress"]
custom_minimum_size = Vector2(150, 0)
layout_mode = 2
focus_neighbor_top = NodePath("../../Button2")
focus_neighbor_bottom = NodePath("../../Button")
text = "Start progress"
script = ExtResource("5_slq0p")
[node name="CheckButton" type="CheckButton" parent="VBoxContainerButtons/HBoxContainerProgress"]
layout_mode = 2
text = "Make progress red"
[node name="ProgressBar" type="ProgressBar" parent="VBoxContainerButtons"]
custom_minimum_size = Vector2(150, 0)
layout_mode = 2
size_flags_horizontal = 0
size_flags_vertical = 1
size_flags_stretch_ratio = 8.13
theme_override_styles/fill = SubResource("StyleBoxFlat_xyjyy")
step = 1.0
value = 25.0
script = ExtResource("6_cx658")
[node name="MarginContainer" type="MarginContainer" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_bottom = 4.0
grow_horizontal = 2
grow_vertical = 2
[node name="TabContainer" type="TabContainer" parent="MarginContainer"]
layout_mode = 2
theme = ExtResource("1_36ht7")
[node name="General" type="TabBar" parent="MarginContainer/TabContainer"]
visible = false
layout_mode = 2
theme = ExtResource("1_36ht7")
[node name="game_control_container" type="VBoxContainer" parent="MarginContainer/TabContainer/General"]
layout_mode = 0
offset_left = 16.0
offset_top = 19.0
offset_right = 336.0
offset_bottom = 178.0
[node name="game_control_label" type="Label" parent="MarginContainer/TabContainer/General/game_control_container"]
layout_mode = 2
text = "Game Control"
[node name="game_control_label2" type="HSeparator" parent="MarginContainer/TabContainer/General/game_control_container"]
layout_mode = 2
[node name="resume" type="CheckButton" parent="MarginContainer/TabContainer/General/game_control_container"]
layout_mode = 2
button_pressed = true
text = "Quick Resume"
[node name="Button" type="Button" parent="MarginContainer/TabContainer/General/game_control_container/resume"]
layout_mode = 0
offset_left = 328.0
offset_right = 404.0
offset_bottom = 29.0
disabled = true
text = "Advanced"
[node name="rewind" type="CheckButton" parent="MarginContainer/TabContainer/General/game_control_container"]
layout_mode = 2
text = "Rewind"
[node name="Button" type="Button" parent="MarginContainer/TabContainer/General/game_control_container/rewind"]
layout_mode = 0
offset_left = 328.0
offset_right = 404.0
offset_bottom = 29.0
disabled = true
text = "Advanced"
[node name="quitconfirm" type="CheckButton" parent="MarginContainer/TabContainer/General/game_control_container"]
layout_mode = 2
button_pressed = true
text = "Quit Confirmation
"
[node name="Button" type="Button" parent="MarginContainer/TabContainer/General/game_control_container/quitconfirm"]
layout_mode = 0
offset_left = 328.0
offset_right = 404.0
offset_bottom = 29.0
disabled = true
text = "Advanced"
[node name="cheats" type="CheckButton" parent="MarginContainer/TabContainer/General/game_control_container"]
layout_mode = 2
disabled = true
text = "Cheats (coming soon)"
[node name="Button" type="Button" parent="MarginContainer/TabContainer/General/game_control_container/cheats"]
layout_mode = 0
offset_left = 328.0
offset_right = 404.0
offset_bottom = 29.0
disabled = true
text = "Advanced"
[node name="cheevos_container" type="VBoxContainer" parent="MarginContainer/TabContainer/General"]
layout_mode = 0
offset_left = 496.0
offset_top = 13.0
offset_right = 944.0
offset_bottom = 275.0
[node name="cheevos" type="CheckButton" parent="MarginContainer/TabContainer/General/cheevos_container"]
layout_mode = 2
text = "Retro Achievements"
[node name="cheevos_separator" type="HSeparator" parent="MarginContainer/TabContainer/General/cheevos_container"]
layout_mode = 2
[node name="cheevos_username_lab" type="Label" parent="MarginContainer/TabContainer/General/cheevos_container"]
layout_mode = 2
text = "Username:"
[node name="cheevos_username" type="LineEdit" parent="MarginContainer/TabContainer/General/cheevos_container/cheevos_username_lab"]
layout_mode = 2
offset_left = 116.0
offset_top = 1.0
offset_right = 318.0
offset_bottom = 35.0
text = "username"
placeholder_text = "username"
[node name="cheevos_pass_lab" type="Label" parent="MarginContainer/TabContainer/General/cheevos_container"]
layout_mode = 2
text = "Password:"
[node name="cheevos_pass" type="LineEdit" parent="MarginContainer/TabContainer/General/cheevos_container/cheevos_pass_lab"]
layout_mode = 2
offset_left = 116.0
offset_top = 1.0
offset_right = 318.0
offset_bottom = 35.0
text = "password"
placeholder_text = "password"
secret = true
secret_character = "*"
[node name="cheevos_advanced" type="Button" parent="MarginContainer/TabContainer/General/cheevos_container"]
layout_mode = 2
disabled = true
text = "Advanced"
[node name="cheevos_hardcore" type="CheckButton" parent="MarginContainer/TabContainer/General/cheevos_container"]
layout_mode = 2
disabled = true
text = "Hardcore Mode (coming soon)"
[node name="cheevos_loginout_container" type="HBoxContainer" parent="MarginContainer/TabContainer/General/cheevos_container"]
layout_mode = 2
size_flags_horizontal = 8
size_flags_vertical = 8
[node name="cheevos_login" type="Button" parent="MarginContainer/TabContainer/General/cheevos_container/cheevos_loginout_container"]
layout_mode = 2
text = "Login"
[node name="cheevos_logout" type="Button" parent="MarginContainer/TabContainer/General/cheevos_container/cheevos_loginout_container"]
layout_mode = 2
disabled = true
text = "Logout"
[node name="cheevos_show" type="Button" parent="MarginContainer/TabContainer/General/cheevos_container"]
layout_mode = 2
disabled = true
text = "Show Throphies"
[node name="netplay_container" type="VBoxContainer" parent="MarginContainer/TabContainer/General"]
layout_mode = 0
offset_left = 512.0
offset_top = 323.0
offset_right = 922.0
offset_bottom = 495.0
[node name="netplay" type="Label" parent="MarginContainer/TabContainer/General/netplay_container"]
layout_mode = 2
text = "Netplay"
[node name="cheevos_separator" type="HSeparator" parent="MarginContainer/TabContainer/General/netplay_container"]
layout_mode = 2
[node name="netplay_id" type="Label" parent="MarginContainer/TabContainer/General/netplay_container"]
layout_mode = 2
text = "Netplay ID:"
[node name="netplay_id" type="LineEdit" parent="MarginContainer/TabContainer/General/netplay_container/netplay_id"]
layout_mode = 2
offset_left = 171.0
offset_top = 1.0
offset_right = 427.0
offset_bottom = 35.0
text = "RetroDECK"
placeholder_text = "RetroDECK"
[node name="netplay_address" type="Label" parent="MarginContainer/TabContainer/General/netplay_container"]
layout_mode = 2
text = "Address:"
[node name="netplay_address" type="LineEdit" parent="MarginContainer/TabContainer/General/netplay_container/netplay_address"]
layout_mode = 2
offset_left = 172.0
offset_top = 1.0
offset_right = 426.0
offset_bottom = 35.0
text = "127.0.0.1"
placeholder_text = "127.0.0.1"
[node name="netplay_join_disconnect" type="HBoxContainer" parent="MarginContainer/TabContainer/General/netplay_container"]
layout_mode = 2
size_flags_horizontal = 8
size_flags_vertical = 8
[node name="netplay_connect_disconnect" type="Button" parent="MarginContainer/TabContainer/General/netplay_container/netplay_join_disconnect"]
layout_mode = 2
text = "Connect"
[node name="system_container" type="VBoxContainer" parent="MarginContainer/TabContainer/General"]
layout_mode = 2
offset_left = 16.0
offset_top = 246.0
offset_right = 444.0
offset_bottom = 488.0
[node name="system_label" type="Label" parent="MarginContainer/TabContainer/General/system_container"]
layout_mode = 2
text = "System"
[node name="system_line" type="HSeparator" parent="MarginContainer/TabContainer/General/system_container"]
layout_mode = 2
[node name="update_notification" type="CheckButton" parent="MarginContainer/TabContainer/General/system_container"]
layout_mode = 2
button_pressed = true
text = "Update Notification"
[node name="multi_user_container" type="HBoxContainer" parent="MarginContainer/TabContainer/General/system_container"]
layout_mode = 2
[node name="multi_user_label" type="Label" parent="MarginContainer/TabContainer/General/system_container/multi_user_container"]
layout_mode = 2
text = "Multi-User Mode"
[node name="multi_user" type="OptionButton" parent="MarginContainer/TabContainer/General/system_container/multi_user_container"]
layout_mode = 2
size_flags_horizontal = 10
item_count = 3
selected = 0
popup/item_0/text = "Off"
popup/item_0/id = 0
popup/item_1/text = "Steam Users"
popup/item_1/id = 1
popup/item_2/text = "Custom Users"
popup/item_2/id = 2
[node name="menu_music" type="CheckButton" parent="MarginContainer/TabContainer/General/system_container"]
layout_mode = 2
button_pressed = true
text = "Menu music
"
[node name="fancy_audio_player_here" type="Label" parent="MarginContainer/TabContainer/General/system_container"]
layout_mode = 2
text = "|| ------( )--------"
[node name="Graphics" type="TabBar" parent="MarginContainer/TabContainer"]
layout_mode = 2
theme = ExtResource("1_36ht7")
[node name="decorations_container" type="VBoxContainer" parent="MarginContainer/TabContainer/Graphics"]
layout_mode = 0
offset_left = 24.0
offset_top = 69.0
offset_right = 324.0
offset_bottom = 306.0
[node name="decorations_label" type="Label" parent="MarginContainer/TabContainer/Graphics/decorations_container"]
layout_mode = 2
text = "Decorations"
[node name="decorations_separator" type="HSeparator" parent="MarginContainer/TabContainer/Graphics/decorations_container"]
layout_mode = 2
[node name="borders" type="CheckButton" parent="MarginContainer/TabContainer/Graphics/decorations_container"]
layout_mode = 2
button_pressed = true
text = "Borders"
[node name="borders_advance" type="Button" parent="MarginContainer/TabContainer/Graphics/decorations_container/borders"]
layout_mode = 0
offset_left = 328.0
offset_right = 404.0
offset_bottom = 29.0
disabled = true
text = "Advanced"
[node name="wide_screen" type="CheckButton" parent="MarginContainer/TabContainer/Graphics/decorations_container"]
layout_mode = 2
text = "Wide Screen"
[node name="wide_screen_advanced" type="Button" parent="MarginContainer/TabContainer/Graphics/decorations_container/wide_screen"]
layout_mode = 0
offset_left = 328.0
offset_right = 404.0
offset_bottom = 29.0
disabled = true
text = "Advanced"
[node name="shaders" type="CheckButton" parent="MarginContainer/TabContainer/Graphics/decorations_container"]
layout_mode = 2
disabled = true
button_pressed = true
text = "Shaders (coming soon)
"
[node name="shaders_button" type="Button" parent="MarginContainer/TabContainer/Graphics/decorations_container/shaders"]
layout_mode = 0
offset_left = 328.0
offset_right = 404.0
offset_bottom = 29.0
disabled = true
text = "Advanced"
[node name="extra_container" type="VBoxContainer" parent="MarginContainer/TabContainer/Graphics"]
layout_mode = 0
offset_left = 24.0
offset_top = 269.0
offset_right = 335.0
offset_bottom = 499.0
[node name="decorations_label" type="Label" parent="MarginContainer/TabContainer/Graphics/extra_container"]
layout_mode = 2
text = "Extra"
[node name="decorations_separator" type="HSeparator" parent="MarginContainer/TabContainer/Graphics/extra_container"]
layout_mode = 2
[node name="wide_screen" type="CheckButton" parent="MarginContainer/TabContainer/Graphics/extra_container"]
layout_mode = 2
disabled = true
button_pressed = true
text = "Mods"
[node name="wide_screen_advanced" type="Button" parent="MarginContainer/TabContainer/Graphics/extra_container/wide_screen"]
layout_mode = 0
offset_left = 328.0
offset_right = 404.0
offset_bottom = 29.0
disabled = true
text = "Advanced"
[node name="borders" type="CheckButton" parent="MarginContainer/TabContainer/Graphics/extra_container"]
layout_mode = 2
disabled = true
text = "TATE Mode (coming soon)"
[node name="Controls" type="TabBar" parent="MarginContainer/TabContainer"]
visible = false
layout_mode = 2
theme = ExtResource("1_36ht7")
[node name="buttons_container" type="VBoxContainer" parent="MarginContainer/TabContainer/Controls"]
layout_mode = 0
offset_left = 24.0
offset_top = 69.0
offset_right = 470.0
offset_bottom = 306.0
[node name="decorations_label" type="Label" parent="MarginContainer/TabContainer/Controls/buttons_container"]
layout_mode = 2
text = "Controls"
[node name="decorations_separator" type="HSeparator" parent="MarginContainer/TabContainer/Controls/buttons_container"]
layout_mode = 2
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/TabContainer/Controls/buttons_container"]
layout_mode = 2
[node name="wide_screen" type="Label" parent="MarginContainer/TabContainer/Controls/buttons_container/HBoxContainer"]
layout_mode = 2
text = "Steam Controller Profile"
[node name="wide_screen_advanced" type="Button" parent="MarginContainer/TabContainer/Controls/buttons_container/HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 10
size_flags_vertical = 4
text = "Install"
[node name="HBoxContainer2" type="HBoxContainer" parent="MarginContainer/TabContainer/Controls/buttons_container"]
layout_mode = 2
[node name="Label" type="Label" parent="MarginContainer/TabContainer/Controls/buttons_container/HBoxContainer2"]
layout_mode = 2
text = "Button Layout"
[node name="borders" type="OptionButton" parent="MarginContainer/TabContainer/Controls/buttons_container/HBoxContainer2"]
layout_mode = 2
size_flags_horizontal = 10
size_flags_vertical = 4
item_count = 2
selected = 0
popup/item_0/text = "Classic"
popup/item_0/id = 0
popup/item_1/text = "Nintendo"
popup/item_1/id = 1
[node name="shaders" type="CheckButton" parent="MarginContainer/TabContainer/Controls/buttons_container"]
layout_mode = 2
disabled = true
button_pressed = true
text = "Hotkey Activation Sound (coming soon)
"
[node name="Tools" type="TabBar" parent="MarginContainer/TabContainer"]
visible = false
layout_mode = 2
theme = ExtResource("1_36ht7")
[node name="tools" type="VBoxContainer" parent="MarginContainer/TabContainer/Tools"]
layout_mode = 0
offset_left = 16.0
offset_top = 69.0
offset_right = 437.0
offset_bottom = 517.0
[node name="game_control_label" type="Label" parent="MarginContainer/TabContainer/Tools/tools"]
layout_mode = 2
text = "General Tools"
[node name="game_control_label2" type="HSeparator" parent="MarginContainer/TabContainer/Tools/tools"]
layout_mode = 2
[node name="resume" type="Button" parent="MarginContainer/TabContainer/Tools/tools"]
layout_mode = 2
text = "Open Emulator..."
[node name="resume2" type="Button" parent="MarginContainer/TabContainer/Tools/tools"]
layout_mode = 2
disabled = true
text = "Install RetroDECK Steam Grids"
[node name="resume4" type="Button" parent="MarginContainer/TabContainer/Tools/tools"]
layout_mode = 2
text = "Install PS3 Firmware"
[node name="rewind" type="CheckButton" parent="MarginContainer/TabContainer/Tools/tools"]
layout_mode = 2
disabled = true
text = "Saves Sync (coming soon)"
[node name="quitconfirm" type="CheckButton" parent="MarginContainer/TabContainer/Tools/tools"]
layout_mode = 2
toggle_mode = false
text = "Show Favorites as Steam Games
"
[node name="tools_2" type="VBoxContainer" parent="MarginContainer/TabContainer/Tools"]
layout_mode = 0
offset_left = 473.0
offset_top = 312.0
offset_right = 944.0
offset_bottom = 550.0
[node name="game_control_label" type="Label" parent="MarginContainer/TabContainer/Tools/tools_2"]
layout_mode = 2
text = "File Maniuplation"
[node name="game_control_label2" type="HSeparator" parent="MarginContainer/TabContainer/Tools/tools_2"]
layout_mode = 2
[node name="resume3" type="Button" parent="MarginContainer/TabContainer/Tools/tools_2"]
layout_mode = 2
disabled = true
text = "Start FTP Server"
[node name="resume5" type="Button" parent="MarginContainer/TabContainer/Tools/tools_2"]
layout_mode = 2
disabled = true
text = "USB Transfer Tool"
[node name="resume6" type="Button" parent="MarginContainer/TabContainer/Tools/tools_2"]
layout_mode = 2
disabled = true
text = "Backup User Data"
[node name="resume7" type="Button" parent="MarginContainer/TabContainer/Tools/tools_2"]
layout_mode = 2
disabled = true
text = "Compress Games"
[node name="resume8" type="Button" parent="MarginContainer/TabContainer/Tools/tools_2"]
layout_mode = 2
disabled = true
text = "Move User Files"
[node name="game_control_container2" type="VBoxContainer" parent="MarginContainer/TabContainer/Tools"]
layout_mode = 0
offset_left = 469.0
offset_top = 69.0
offset_right = 942.0
offset_bottom = 517.0
[node name="game_control_label" type="Label" parent="MarginContainer/TabContainer/Tools/game_control_container2"]
layout_mode = 2
text = "Scan"
[node name="game_control_label2" type="HSeparator" parent="MarginContainer/TabContainer/Tools/game_control_container2"]
layout_mode = 2
[node name="resume" type="Button" parent="MarginContainer/TabContainer/Tools/game_control_container2"]
layout_mode = 2
disabled = true
text = "PlayStation 3 Games"
[node name="resume3" type="Button" parent="MarginContainer/TabContainer/Tools/game_control_container2"]
layout_mode = 2
disabled = true
text = "ScummVM Games"
[node name="resume5" type="Button" parent="MarginContainer/TabContainer/Tools/game_control_container2"]
layout_mode = 2
text = "Multi-File Structure"
[node name="resume6" type="Button" parent="MarginContainer/TabContainer/Tools/game_control_container2"]
layout_mode = 2
disabled = true
text = "3DS Game Decrypter"
[node name="resume7" type="Button" parent="MarginContainer/TabContainer/Tools/game_control_container2"]
layout_mode = 2
text = "BIOS"
[node name="Troubleshooting" type="TabBar" parent="MarginContainer/TabContainer"]
visible = false
layout_mode = 2
theme = ExtResource("1_36ht7")
[node name="game_control_container" type="VBoxContainer" parent="MarginContainer/TabContainer/Troubleshooting"]
layout_mode = 0
offset_left = 16.0
offset_top = 61.0
offset_right = 417.0
offset_bottom = 361.0
[node name="game_control_label" type="Label" parent="MarginContainer/TabContainer/Troubleshooting/game_control_container"]
layout_mode = 2
text = "Troubleshooting"
[node name="game_control_label2" type="HSeparator" parent="MarginContainer/TabContainer/Troubleshooting/game_control_container"]
layout_mode = 2
[node name="Button" type="Button" parent="MarginContainer/TabContainer/Troubleshooting/game_control_container"]
layout_mode = 2
text = "Check Connection"
[node name="Button2" type="Button" parent="MarginContainer/TabContainer/Troubleshooting/game_control_container"]
layout_mode = 2
disabled = true
text = "Show Logs"
[node name="game_control_container2" type="VBoxContainer" parent="MarginContainer/TabContainer/Troubleshooting"]
layout_mode = 0
offset_left = 16.0
offset_top = 197.0
offset_right = 419.0
offset_bottom = 524.0
[node name="game_control_label" type="Label" parent="MarginContainer/TabContainer/Troubleshooting/game_control_container2"]
layout_mode = 2
text = "Reset"
[node name="game_control_label2" type="HSeparator" parent="MarginContainer/TabContainer/Troubleshooting/game_control_container2"]
layout_mode = 2
[node name="Button" type="Button" parent="MarginContainer/TabContainer/Troubleshooting/game_control_container2"]
layout_mode = 2
text = "Single Emulator..."
[node name="Button2" type="Button" parent="MarginContainer/TabContainer/Troubleshooting/game_control_container2"]
layout_mode = 2
text = "All Emulators"
[node name="Button3" type="Button" parent="MarginContainer/TabContainer/Troubleshooting/game_control_container2"]
layout_mode = 2
text = "Full RetroDECK Reset"
[node name="About" type="TabBar" parent="MarginContainer/TabContainer"]
visible = false
layout_mode = 2
theme = ExtResource("1_36ht7")
[node name="Icon" type="Sprite2D" parent="MarginContainer/TabContainer/About"]
position = Vector2(102, 146.5)
scale = Vector2(0.515625, 0.503906)
texture = ExtResource("1_axfei")
[node name="RichTextLabel" type="RichTextLabel" parent="MarginContainer/TabContainer/About"]
layout_mode = 0
offset_left = 279.0
offset_top = 86.0
offset_right = 726.0
offset_bottom = 167.0
theme_override_font_sizes/normal_font_size = 80
text = "About RetroDECK"
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/TabContainer/About"]
layout_mode = 0
offset_left = 328.0
offset_top = 177.0
offset_right = 721.0
offset_bottom = 520.0
[node name="Button" type="Button" parent="MarginContainer/TabContainer/About/VBoxContainer"]
layout_mode = 2
text = "Version History"
[node name="Button2" type="Button" parent="MarginContainer/TabContainer/About/VBoxContainer"]
layout_mode = 2
disabled = true
text = "Wiki (coming soon)"
[node name="Button3" type="Button" parent="MarginContainer/TabContainer/About/VBoxContainer"]
layout_mode = 2
text = "Credits"
[node name="Label" type="Label" parent="MarginContainer/TabContainer/About/VBoxContainer"]
layout_mode = 2
text = "We can add: Info, links, licence, donation"
[node name="CanvasModulate" type="CanvasModulate" parent="MarginContainer/TabContainer"]
visible = false
color = Color(0.713726, 0.776471, 1, 1)
[connection signal="toggled" from="VBoxContainerButtons/HBoxContainerProgress/CheckButton" to="VBoxContainerButtons/ProgressBar" method="_on_check_button_toggled"]