2023-10-04 12:10:23 +00:00
|
|
|
[gd_scene load_steps=12 format=3 uid="uid://qk2gw74anwlq"]
|
2023-09-23 16:24:55 +00:00
|
|
|
|
2023-10-02 13:56:26 +00:00
|
|
|
[ext_resource type="Theme" uid="uid://yqkvsb5q7pab" path="res://res/pixel_ui_theme/PixelTheme.tres" id="1_36ht7"]
|
2023-09-23 16:24:55 +00:00
|
|
|
[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"]
|
2023-09-25 08:10:38 +00:00
|
|
|
[ext_resource type="Script" path="res://ProgressButton.gd" id="5_slq0p"]
|
|
|
|
[ext_resource type="Script" path="res://ProgressBar.gd" id="6_cx658"]
|
2023-10-04 12:10:23 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://dodf3rp1jsch0" path="res://res/Rekku/Rekku-test.png" id="8_buwjd"]
|
2023-09-23 16:24:55 +00:00
|
|
|
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_b77hh"]
|
|
|
|
font_size = 24
|
|
|
|
|
2023-09-25 08:10:38 +00:00
|
|
|
[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
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_84sjc"]
|
|
|
|
animations = [{
|
|
|
|
"frames": [{
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": ExtResource("8_buwjd")
|
|
|
|
}],
|
|
|
|
"loop": true,
|
|
|
|
"name": &"default",
|
|
|
|
"speed": 5.0
|
|
|
|
}]
|
|
|
|
|
2023-09-23 16:24:55 +00:00
|
|
|
[node name="Control" type="Control"]
|
|
|
|
layout_mode = 3
|
|
|
|
anchor_right = 1.0
|
2023-10-04 12:10:23 +00:00
|
|
|
anchor_bottom = 1.085
|
|
|
|
offset_right = 23.0
|
|
|
|
offset_bottom = -58.0
|
2023-09-23 16:24:55 +00:00
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
2023-10-02 13:56:26 +00:00
|
|
|
theme = ExtResource("1_36ht7")
|
2023-09-23 16:24:55 +00:00
|
|
|
script = ExtResource("1_obpq7")
|
|
|
|
|
|
|
|
[node name="Background" type="ColorRect" parent="."]
|
2023-10-03 09:55:27 +00:00
|
|
|
visible = false
|
2023-10-04 12:10:23 +00:00
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 15
|
2023-09-23 16:24:55 +00:00
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
2023-10-02 13:56:26 +00:00
|
|
|
color = Color(0.0117647, 0.0117647, 0.0666667, 1)
|
2023-09-23 16:24:55 +00:00
|
|
|
|
|
|
|
[node name="Icon" type="Sprite2D" parent="."]
|
2023-10-02 13:56:26 +00:00
|
|
|
visible = false
|
2023-09-23 16:24:55 +00:00
|
|
|
position = Vector2(76, 66)
|
|
|
|
scale = Vector2(0.25, 0.25)
|
|
|
|
texture = ExtResource("1_axfei")
|
|
|
|
|
|
|
|
[node name="TitleText" type="Label" parent="."]
|
2023-10-02 13:56:26 +00:00
|
|
|
visible = false
|
2023-09-23 16:24:55 +00:00
|
|
|
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="."]
|
2023-10-02 13:56:26 +00:00
|
|
|
visible = false
|
2023-09-23 16:24:55 +00:00
|
|
|
layout_mode = 1
|
2023-10-02 15:11:09 +00:00
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2023-10-03 09:55:27 +00:00
|
|
|
offset_right = 376.0
|
|
|
|
offset_bottom = 105.0
|
2023-09-23 16:24:55 +00:00
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
|
|
|
|
[node name="Button" type="Button" parent="VBoxContainerButtons"]
|
2023-09-25 08:10:38 +00:00
|
|
|
custom_minimum_size = Vector2(150, 0)
|
2023-09-23 16:24:55 +00:00
|
|
|
layout_mode = 2
|
2023-09-25 08:10:38 +00:00
|
|
|
size_flags_horizontal = 0
|
|
|
|
focus_neighbor_top = NodePath("../HBoxContainerProgress/ProgressButton")
|
2023-09-23 16:24:55 +00:00
|
|
|
focus_neighbor_bottom = NodePath("../Button2")
|
|
|
|
text = "Hardcoded script"
|
|
|
|
script = ExtResource("3_aenvv")
|
|
|
|
|
|
|
|
[node name="Button2" type="Button" parent="VBoxContainerButtons"]
|
2023-09-25 08:10:38 +00:00
|
|
|
custom_minimum_size = Vector2(150, 0)
|
2023-09-23 16:24:55 +00:00
|
|
|
layout_mode = 2
|
2023-09-25 08:10:38 +00:00
|
|
|
size_flags_horizontal = 0
|
2023-09-23 16:24:55 +00:00
|
|
|
focus_neighbor_top = NodePath("../Button")
|
2023-09-25 08:10:38 +00:00
|
|
|
focus_neighbor_bottom = NodePath("../HBoxContainerProgress/ProgressButton")
|
2023-09-23 16:24:55 +00:00
|
|
|
text = "External script"
|
|
|
|
script = ExtResource("4_u2f14")
|
2023-09-23 17:26:41 +00:00
|
|
|
|
2023-09-25 08:10:38 +00:00
|
|
|
[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)
|
2023-09-23 17:26:41 +00:00
|
|
|
layout_mode = 2
|
2023-09-25 08:10:38 +00:00
|
|
|
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")
|
|
|
|
|
2023-10-02 13:56:26 +00:00
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
2023-10-02 15:11:09 +00:00
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2023-10-04 12:10:23 +00:00
|
|
|
offset_right = -63.0
|
|
|
|
offset_bottom = -41.0
|
2023-10-02 15:11:09 +00:00
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
2023-10-02 13:56:26 +00:00
|
|
|
|
|
|
|
[node name="TabContainer" type="TabContainer" parent="MarginContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
theme = ExtResource("1_36ht7")
|
|
|
|
|
|
|
|
[node name="General" type="TabBar" parent="MarginContainer/TabContainer"]
|
2023-10-03 09:55:27 +00:00
|
|
|
visible = false
|
2023-10-02 13:56:26 +00:00
|
|
|
layout_mode = 2
|
|
|
|
theme = ExtResource("1_36ht7")
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="MarginContainer/TabContainer/General"]
|
|
|
|
layout_mode = 2
|
|
|
|
offset_left = 9.0
|
|
|
|
offset_top = 11.0
|
|
|
|
offset_right = 667.0
|
|
|
|
offset_bottom = 475.0
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/TabContainer/General/ScrollContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 2
|
|
|
|
theme_override_constants/separation = 64
|
|
|
|
|
|
|
|
[node name="game_control_container" type="VBoxContainer" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer"]
|
|
|
|
layout_mode = 2
|
2023-10-02 13:56:26 +00:00
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="game_control_label" type="Label" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/game_control_container"]
|
2023-10-02 15:11:09 +00:00
|
|
|
layout_mode = 2
|
|
|
|
text = "Game Control"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="game_control_label2" type="HSeparator" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/game_control_container"]
|
2023-10-02 15:11:09 +00:00
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="resume" type="CheckButton" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/game_control_container"]
|
2023-10-02 13:56:26 +00:00
|
|
|
layout_mode = 2
|
|
|
|
button_pressed = true
|
|
|
|
text = "Quick Resume"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="Button" type="Button" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/game_control_container/resume"]
|
2023-10-02 13:56:26 +00:00
|
|
|
layout_mode = 0
|
|
|
|
offset_left = 328.0
|
|
|
|
offset_right = 404.0
|
|
|
|
offset_bottom = 29.0
|
|
|
|
disabled = true
|
|
|
|
text = "Advanced"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="rewind" type="CheckButton" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/game_control_container"]
|
2023-10-02 13:56:26 +00:00
|
|
|
layout_mode = 2
|
|
|
|
text = "Rewind"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="Button" type="Button" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/game_control_container/rewind"]
|
2023-10-02 13:56:26 +00:00
|
|
|
layout_mode = 0
|
|
|
|
offset_left = 328.0
|
|
|
|
offset_right = 404.0
|
|
|
|
offset_bottom = 29.0
|
|
|
|
disabled = true
|
|
|
|
text = "Advanced"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="quitconfirm" type="CheckButton" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/game_control_container"]
|
2023-10-02 13:56:26 +00:00
|
|
|
layout_mode = 2
|
|
|
|
button_pressed = true
|
|
|
|
text = "Quit Confirmation
|
|
|
|
"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="Button" type="Button" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/game_control_container/quitconfirm"]
|
2023-10-02 13:56:26 +00:00
|
|
|
layout_mode = 0
|
|
|
|
offset_left = 328.0
|
|
|
|
offset_right = 404.0
|
|
|
|
offset_bottom = 29.0
|
|
|
|
disabled = true
|
|
|
|
text = "Advanced"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="cheats" type="CheckButton" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/game_control_container"]
|
2023-10-02 13:56:26 +00:00
|
|
|
layout_mode = 2
|
|
|
|
disabled = true
|
|
|
|
text = "Cheats (coming soon)"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="Button" type="Button" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/game_control_container/cheats"]
|
2023-10-02 13:56:26 +00:00
|
|
|
layout_mode = 0
|
|
|
|
offset_left = 328.0
|
|
|
|
offset_right = 404.0
|
|
|
|
offset_bottom = 29.0
|
|
|
|
disabled = true
|
|
|
|
text = "Advanced"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="cheevos_container" type="VBoxContainer" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer"]
|
|
|
|
layout_mode = 2
|
2023-10-02 13:56:26 +00:00
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="cheevos" type="CheckButton" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/cheevos_container"]
|
2023-10-02 13:56:26 +00:00
|
|
|
layout_mode = 2
|
|
|
|
text = "Retro Achievements"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="cheevos_separator" type="HSeparator" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/cheevos_container"]
|
2023-10-02 13:56:26 +00:00
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="cheevos_username_lab" type="Label" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/cheevos_container"]
|
2023-10-02 13:56:26 +00:00
|
|
|
layout_mode = 2
|
|
|
|
text = "Username:"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="cheevos_username" type="LineEdit" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/cheevos_container/cheevos_username_lab"]
|
2023-10-02 13:56:26 +00:00
|
|
|
layout_mode = 2
|
|
|
|
offset_left = 116.0
|
|
|
|
offset_top = 1.0
|
2023-10-02 15:11:09 +00:00
|
|
|
offset_right = 318.0
|
2023-10-02 13:56:26 +00:00
|
|
|
offset_bottom = 35.0
|
|
|
|
text = "username"
|
|
|
|
placeholder_text = "username"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="cheevos_pass_lab" type="Label" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/cheevos_container"]
|
2023-10-02 13:56:26 +00:00
|
|
|
layout_mode = 2
|
|
|
|
text = "Password:"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="cheevos_pass" type="LineEdit" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/cheevos_container/cheevos_pass_lab"]
|
2023-10-02 13:56:26 +00:00
|
|
|
layout_mode = 2
|
|
|
|
offset_left = 116.0
|
|
|
|
offset_top = 1.0
|
2023-10-02 15:11:09 +00:00
|
|
|
offset_right = 318.0
|
2023-10-02 13:56:26 +00:00
|
|
|
offset_bottom = 35.0
|
|
|
|
text = "password"
|
|
|
|
placeholder_text = "password"
|
|
|
|
secret = true
|
|
|
|
secret_character = "*"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="cheevos_advanced" type="Button" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/cheevos_container"]
|
2023-10-02 15:11:09 +00:00
|
|
|
layout_mode = 2
|
|
|
|
disabled = true
|
|
|
|
text = "Advanced"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="cheevos_hardcore" type="CheckButton" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/cheevos_container"]
|
2023-10-02 15:11:09 +00:00
|
|
|
layout_mode = 2
|
|
|
|
disabled = true
|
2023-10-03 15:40:28 +00:00
|
|
|
text = "Hardcore Mode (coming soon)"
|
2023-10-02 15:11:09 +00:00
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="cheevos_loginout_container" type="HBoxContainer" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/cheevos_container"]
|
2023-10-02 15:11:09 +00:00
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 8
|
|
|
|
size_flags_vertical = 8
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="cheevos_login" type="Button" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/cheevos_container/cheevos_loginout_container"]
|
2023-10-02 15:11:09 +00:00
|
|
|
layout_mode = 2
|
|
|
|
text = "Login"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="cheevos_logout" type="Button" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/cheevos_container/cheevos_loginout_container"]
|
2023-10-02 15:11:09 +00:00
|
|
|
layout_mode = 2
|
|
|
|
disabled = true
|
|
|
|
text = "Logout"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/cheevos_container/cheevos_loginout_container"]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="cheevos_show" type="Button" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/cheevos_container"]
|
2023-10-02 13:56:26 +00:00
|
|
|
layout_mode = 2
|
|
|
|
disabled = true
|
2023-10-02 15:11:09 +00:00
|
|
|
text = "Show Throphies"
|
2023-10-02 13:56:26 +00:00
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="netplay_container" type="VBoxContainer" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer"]
|
|
|
|
layout_mode = 2
|
2023-10-02 16:06:43 +00:00
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="netplay" type="Label" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/netplay_container"]
|
2023-10-02 16:06:43 +00:00
|
|
|
layout_mode = 2
|
|
|
|
text = "Netplay"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="cheevos_separator" type="HSeparator" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/netplay_container"]
|
2023-10-02 16:06:43 +00:00
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="netplay_id" type="Label" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/netplay_container"]
|
2023-10-02 16:06:43 +00:00
|
|
|
layout_mode = 2
|
|
|
|
text = "Netplay ID:"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="netplay_id" type="LineEdit" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/netplay_container/netplay_id"]
|
2023-10-02 16:06:43 +00:00
|
|
|
layout_mode = 2
|
2023-10-03 15:40:28 +00:00
|
|
|
offset_left = 171.0
|
2023-10-02 16:06:43 +00:00
|
|
|
offset_top = 1.0
|
2023-10-03 15:40:28 +00:00
|
|
|
offset_right = 427.0
|
2023-10-02 16:06:43 +00:00
|
|
|
offset_bottom = 35.0
|
|
|
|
text = "RetroDECK"
|
|
|
|
placeholder_text = "RetroDECK"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="netplay_address" type="Label" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/netplay_container"]
|
2023-10-02 16:06:43 +00:00
|
|
|
layout_mode = 2
|
|
|
|
text = "Address:"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="netplay_address" type="LineEdit" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/netplay_container/netplay_address"]
|
2023-10-02 16:06:43 +00:00
|
|
|
layout_mode = 2
|
2023-10-03 15:40:28 +00:00
|
|
|
offset_left = 172.0
|
2023-10-02 16:06:43 +00:00
|
|
|
offset_top = 1.0
|
2023-10-03 15:40:28 +00:00
|
|
|
offset_right = 426.0
|
2023-10-02 16:06:43 +00:00
|
|
|
offset_bottom = 35.0
|
|
|
|
text = "127.0.0.1"
|
|
|
|
placeholder_text = "127.0.0.1"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="netplay_join_disconnect" type="HBoxContainer" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/netplay_container"]
|
2023-10-02 16:06:43 +00:00
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 8
|
|
|
|
size_flags_vertical = 8
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="netplay_connect_disconnect" type="Button" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/netplay_container/netplay_join_disconnect"]
|
2023-10-02 16:06:43 +00:00
|
|
|
layout_mode = 2
|
2023-10-03 15:40:28 +00:00
|
|
|
text = "Connect"
|
2023-10-02 16:06:43 +00:00
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="system_container" type="VBoxContainer" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="system_label" type="Label" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/system_container"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
text = "System"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="system_line" type="HSeparator" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/system_container"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="update_notification" type="CheckButton" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/system_container"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
button_pressed = true
|
|
|
|
text = "Update Notification"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="multi_user_container" type="HBoxContainer" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/system_container"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="multi_user_label" type="Label" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/system_container/multi_user_container"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
text = "Multi-User Mode"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="multi_user" type="OptionButton" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/system_container/multi_user_container"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
2023-10-03 15:40:28 +00:00
|
|
|
size_flags_horizontal = 10
|
2023-10-03 09:55:27 +00:00
|
|
|
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
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="menu_music" type="CheckButton" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/system_container"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
button_pressed = true
|
|
|
|
text = "Menu music
|
|
|
|
"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="fancy_audio_player_here" type="Label" parent="MarginContainer/TabContainer/General/ScrollContainer/VBoxContainer/system_container"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
text = "|| ------( )--------"
|
|
|
|
|
2023-10-02 13:56:26 +00:00
|
|
|
[node name="Graphics" type="TabBar" parent="MarginContainer/TabContainer"]
|
2023-10-04 12:10:23 +00:00
|
|
|
visible = false
|
2023-10-02 13:56:26 +00:00
|
|
|
layout_mode = 2
|
|
|
|
theme = ExtResource("1_36ht7")
|
|
|
|
|
2023-10-03 09:55:27 +00:00
|
|
|
[node name="decorations_container" type="VBoxContainer" parent="MarginContainer/TabContainer/Graphics"]
|
2023-10-04 12:10:23 +00:00
|
|
|
layout_mode = 2
|
2023-10-03 09:55:27 +00:00
|
|
|
offset_left = 24.0
|
|
|
|
offset_top = 69.0
|
2023-10-04 12:10:23 +00:00
|
|
|
offset_right = 330.0
|
|
|
|
offset_bottom = 223.0
|
2023-10-03 09:55:27 +00:00
|
|
|
|
|
|
|
[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
|
|
|
|
|
2023-10-03 15:40:28 +00:00
|
|
|
[node name="borders" type="CheckButton" parent="MarginContainer/TabContainer/Graphics/decorations_container"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
button_pressed = true
|
2023-10-03 15:40:28 +00:00
|
|
|
text = "Borders"
|
2023-10-03 09:55:27 +00:00
|
|
|
|
2023-10-03 15:40:28 +00:00
|
|
|
[node name="borders_advance" type="Button" parent="MarginContainer/TabContainer/Graphics/decorations_container/borders"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 0
|
|
|
|
offset_left = 328.0
|
|
|
|
offset_right = 404.0
|
|
|
|
offset_bottom = 29.0
|
|
|
|
disabled = true
|
|
|
|
text = "Advanced"
|
|
|
|
|
2023-10-03 15:40:28 +00:00
|
|
|
[node name="wide_screen" type="CheckButton" parent="MarginContainer/TabContainer/Graphics/decorations_container"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
2023-10-03 15:40:28 +00:00
|
|
|
text = "Wide Screen"
|
2023-10-03 09:55:27 +00:00
|
|
|
|
2023-10-03 15:40:28 +00:00
|
|
|
[node name="wide_screen_advanced" type="Button" parent="MarginContainer/TabContainer/Graphics/decorations_container/wide_screen"]
|
2023-10-03 09:55:27 +00:00
|
|
|
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
|
2023-10-03 15:40:28 +00:00
|
|
|
disabled = true
|
2023-10-03 09:55:27 +00:00
|
|
|
button_pressed = true
|
2023-10-03 15:40:28 +00:00
|
|
|
text = "Shaders (coming soon)
|
2023-10-03 09:55:27 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
[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"]
|
2023-10-04 12:10:23 +00:00
|
|
|
layout_mode = 2
|
2023-10-03 09:55:27 +00:00
|
|
|
offset_left = 24.0
|
|
|
|
offset_top = 269.0
|
2023-10-04 12:10:23 +00:00
|
|
|
offset_right = 330.0
|
|
|
|
offset_bottom = 384.0
|
2023-10-03 09:55:27 +00:00
|
|
|
|
|
|
|
[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
|
2023-10-03 15:40:28 +00:00
|
|
|
disabled = true
|
2023-10-03 09:55:27 +00:00
|
|
|
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
|
2023-10-03 15:40:28 +00:00
|
|
|
text = "TATE Mode (coming soon)"
|
2023-10-03 09:55:27 +00:00
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="MarginContainer/TabContainer/Graphics"]
|
|
|
|
layout_mode = 0
|
|
|
|
offset_right = 40.0
|
|
|
|
offset_bottom = 40.0
|
|
|
|
|
2023-10-02 13:56:26 +00:00
|
|
|
[node name="Controls" type="TabBar" parent="MarginContainer/TabContainer"]
|
|
|
|
visible = false
|
|
|
|
layout_mode = 2
|
|
|
|
theme = ExtResource("1_36ht7")
|
|
|
|
|
2023-10-03 09:55:27 +00:00
|
|
|
[node name="buttons_container" type="VBoxContainer" parent="MarginContainer/TabContainer/Controls"]
|
2023-10-03 15:40:28 +00:00
|
|
|
layout_mode = 0
|
2023-10-03 09:55:27 +00:00
|
|
|
offset_left = 24.0
|
|
|
|
offset_top = 69.0
|
2023-10-03 15:40:28 +00:00
|
|
|
offset_right = 470.0
|
2023-10-03 09:55:27 +00:00
|
|
|
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
|
2023-10-03 15:40:28 +00:00
|
|
|
text = "Steam Controller Profile"
|
2023-10-03 09:55:27 +00:00
|
|
|
|
|
|
|
[node name="wide_screen_advanced" type="Button" parent="MarginContainer/TabContainer/Controls/buttons_container/HBoxContainer"]
|
|
|
|
layout_mode = 2
|
2023-10-03 15:40:28 +00:00
|
|
|
size_flags_horizontal = 10
|
2023-10-03 09:55:27 +00:00
|
|
|
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
|
2023-10-03 15:40:28 +00:00
|
|
|
size_flags_horizontal = 10
|
|
|
|
size_flags_vertical = 4
|
2023-10-03 09:55:27 +00:00
|
|
|
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
|
2023-10-03 15:40:28 +00:00
|
|
|
disabled = true
|
2023-10-03 09:55:27 +00:00
|
|
|
button_pressed = true
|
2023-10-03 15:40:28 +00:00
|
|
|
text = "Hotkey Activation Sound (coming soon)
|
2023-10-03 09:55:27 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
[node name="Tools" type="TabBar" parent="MarginContainer/TabContainer"]
|
|
|
|
visible = false
|
|
|
|
layout_mode = 2
|
|
|
|
theme = ExtResource("1_36ht7")
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="MarginContainer/TabContainer/Tools"]
|
|
|
|
layout_mode = 2
|
|
|
|
offset_left = 27.0
|
|
|
|
offset_top = 22.0
|
|
|
|
offset_right = 670.0
|
|
|
|
offset_bottom = 485.0
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/TabContainer/Tools/ScrollContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
theme_override_constants/separation = 36
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/TabContainer/Tools/ScrollContainer/VBoxContainer"]
|
|
|
|
layout_mode = 2
|
2023-10-03 09:55:27 +00:00
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="game_control_label" type="Label" parent="MarginContainer/TabContainer/Tools/ScrollContainer/VBoxContainer/VBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Scan"
|
|
|
|
|
|
|
|
[node name="game_control_label2" type="HSeparator" parent="MarginContainer/TabContainer/Tools/ScrollContainer/VBoxContainer/VBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="resume" type="Button" parent="MarginContainer/TabContainer/Tools/ScrollContainer/VBoxContainer/VBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
disabled = true
|
|
|
|
text = "PlayStation 3 Games"
|
|
|
|
|
|
|
|
[node name="resume3" type="Button" parent="MarginContainer/TabContainer/Tools/ScrollContainer/VBoxContainer/VBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
disabled = true
|
|
|
|
text = "ScummVM Games"
|
|
|
|
|
|
|
|
[node name="resume5" type="Button" parent="MarginContainer/TabContainer/Tools/ScrollContainer/VBoxContainer/VBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Multi-File Structure"
|
|
|
|
|
|
|
|
[node name="resume6" type="Button" parent="MarginContainer/TabContainer/Tools/ScrollContainer/VBoxContainer/VBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
disabled = true
|
|
|
|
text = "3DS Game Decrypter"
|
|
|
|
|
|
|
|
[node name="resume7" type="Button" parent="MarginContainer/TabContainer/Tools/ScrollContainer/VBoxContainer/VBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "BIOS"
|
|
|
|
|
|
|
|
[node name="tools" type="VBoxContainer" parent="MarginContainer/TabContainer/Tools/ScrollContainer/VBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="game_control_label" type="Label" parent="MarginContainer/TabContainer/Tools/ScrollContainer/VBoxContainer/tools"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
text = "General Tools"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="game_control_label2" type="HSeparator" parent="MarginContainer/TabContainer/Tools/ScrollContainer/VBoxContainer/tools"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="resume" type="Button" parent="MarginContainer/TabContainer/Tools/ScrollContainer/VBoxContainer/tools"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
text = "Open Emulator..."
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="resume2" type="Button" parent="MarginContainer/TabContainer/Tools/ScrollContainer/VBoxContainer/tools"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
disabled = true
|
|
|
|
text = "Install RetroDECK Steam Grids"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="resume4" type="Button" parent="MarginContainer/TabContainer/Tools/ScrollContainer/VBoxContainer/tools"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
text = "Install PS3 Firmware"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="rewind" type="CheckButton" parent="MarginContainer/TabContainer/Tools/ScrollContainer/VBoxContainer/tools"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
disabled = true
|
|
|
|
text = "Saves Sync (coming soon)"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="quitconfirm" type="CheckButton" parent="MarginContainer/TabContainer/Tools/ScrollContainer/VBoxContainer/tools"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
toggle_mode = false
|
|
|
|
text = "Show Favorites as Steam Games
|
|
|
|
"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="tools_2" type="VBoxContainer" parent="MarginContainer/TabContainer/Tools/ScrollContainer/VBoxContainer"]
|
|
|
|
layout_mode = 2
|
2023-10-03 09:55:27 +00:00
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="game_control_label" type="Label" parent="MarginContainer/TabContainer/Tools/ScrollContainer/VBoxContainer/tools_2"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
text = "File Maniuplation"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="game_control_label2" type="HSeparator" parent="MarginContainer/TabContainer/Tools/ScrollContainer/VBoxContainer/tools_2"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="resume3" type="Button" parent="MarginContainer/TabContainer/Tools/ScrollContainer/VBoxContainer/tools_2"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
disabled = true
|
|
|
|
text = "Start FTP Server"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="resume5" type="Button" parent="MarginContainer/TabContainer/Tools/ScrollContainer/VBoxContainer/tools_2"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
disabled = true
|
|
|
|
text = "USB Transfer Tool"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="resume6" type="Button" parent="MarginContainer/TabContainer/Tools/ScrollContainer/VBoxContainer/tools_2"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
disabled = true
|
|
|
|
text = "Backup User Data"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="resume7" type="Button" parent="MarginContainer/TabContainer/Tools/ScrollContainer/VBoxContainer/tools_2"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
disabled = true
|
|
|
|
text = "Compress Games"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="resume8" type="Button" parent="MarginContainer/TabContainer/Tools/ScrollContainer/VBoxContainer/tools_2"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
disabled = true
|
|
|
|
text = "Move User Files"
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="game_control_container2" type="VBoxContainer" parent="MarginContainer/TabContainer/Tools/ScrollContainer/VBoxContainer"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-02 13:56:26 +00:00
|
|
|
[node name="Troubleshooting" type="TabBar" parent="MarginContainer/TabContainer"]
|
|
|
|
visible = false
|
|
|
|
layout_mode = 2
|
|
|
|
theme = ExtResource("1_36ht7")
|
|
|
|
|
2023-10-03 09:55:27 +00:00
|
|
|
[node name="game_control_container" type="VBoxContainer" parent="MarginContainer/TabContainer/Troubleshooting"]
|
2023-10-03 15:40:28 +00:00
|
|
|
layout_mode = 0
|
2023-10-03 09:55:27 +00:00
|
|
|
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"]
|
2023-10-03 15:40:28 +00:00
|
|
|
layout_mode = 0
|
2023-10-03 09:55:27 +00:00
|
|
|
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"
|
|
|
|
|
2023-10-02 13:56:26 +00:00
|
|
|
[node name="About" type="TabBar" parent="MarginContainer/TabContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
theme = ExtResource("1_36ht7")
|
|
|
|
|
2023-10-03 09:55:27 +00:00
|
|
|
[node name="Icon" type="Sprite2D" parent="MarginContainer/TabContainer/About"]
|
2023-10-04 12:10:23 +00:00
|
|
|
position = Vector2(87, 129)
|
2023-10-03 09:55:27 +00:00
|
|
|
scale = Vector2(0.515625, 0.503906)
|
|
|
|
texture = ExtResource("1_axfei")
|
|
|
|
|
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="MarginContainer/TabContainer/About"]
|
|
|
|
layout_mode = 0
|
2023-10-04 12:10:23 +00:00
|
|
|
offset_left = 195.0
|
|
|
|
offset_top = 104.0
|
|
|
|
offset_right = 642.0
|
|
|
|
offset_bottom = 185.0
|
2023-10-03 09:55:27 +00:00
|
|
|
theme_override_font_sizes/normal_font_size = 80
|
|
|
|
text = "About RetroDECK"
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/TabContainer/About"]
|
|
|
|
layout_mode = 0
|
2023-10-04 12:10:23 +00:00
|
|
|
offset_left = 193.0
|
|
|
|
offset_top = 204.0
|
|
|
|
offset_right = 642.0
|
2023-10-03 09:55:27 +00:00
|
|
|
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"
|
|
|
|
|
2023-10-02 13:56:26 +00:00
|
|
|
[node name="CanvasModulate" type="CanvasModulate" parent="MarginContainer/TabContainer"]
|
|
|
|
visible = false
|
|
|
|
color = Color(0.713726, 0.776471, 1, 1)
|
|
|
|
|
2023-10-04 12:10:23 +00:00
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
|
|
|
layout_mode = 2
|
|
|
|
offset_left = 724.0
|
|
|
|
offset_top = 70.0
|
|
|
|
offset_right = 912.0
|
|
|
|
offset_bottom = 154.0
|
|
|
|
text = "Rekku:
|
|
|
|
|
|
|
|
This is a sample text"
|
|
|
|
|
|
|
|
[node name="Rekku" type="AnimatedSprite2D" parent="."]
|
|
|
|
position = Vector2(857, 422)
|
|
|
|
scale = Vector2(0.292969, 0.292969)
|
|
|
|
sprite_frames = SubResource("SpriteFrames_84sjc")
|
|
|
|
|
2023-09-25 08:10:38 +00:00
|
|
|
[connection signal="toggled" from="VBoxContainerButtons/HBoxContainerProgress/CheckButton" to="VBoxContainerButtons/ProgressBar" method="_on_check_button_toggled"]
|