2023-10-18 10:43:37 +00:00
|
|
|
[gd_scene load_steps=15 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"]
|
2023-10-06 09:22:52 +00:00
|
|
|
[ext_resource type="AudioStream" uid="uid://dig4pco500pyt" path="res://res/configurator.mp3" id="3_xivj6"]
|
2023-10-18 10:43:37 +00:00
|
|
|
[ext_resource type="Script" path="res://helper_text.gd" id="5_cprkf"]
|
2023-10-06 15:52:38 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://cor8ep0fkqm08" path="res://res/Rekku/base.png" id="9_brsrf"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cavtn1rljc5oe" path="res://res/Rekku/eyes-open.png" id="10_y6gkh"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cv7nckloqhn5m" path="res://res/Rekku/blink1.png" id="11_6deod"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://by0oj188x350g" path="res://res/Rekku/blink2.png" id="12_ro20g"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://ciwghjy0ahxk6" path="res://res/Rekku/mouth-A.png" id="13_xj3b3"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://kx8eypf4ffvu" path="res://res/Rekku/mouth-base.png" id="14_lnkoa"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://b6gl8sltbak7v" path="res://res/Rekku/mouth-O.png" id="15_1sikj"]
|
2023-09-23 16:24:55 +00:00
|
|
|
|
2023-10-06 15:52:38 +00:00
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_trwmf"]
|
|
|
|
animations = [{
|
|
|
|
"frames": [{
|
|
|
|
"duration": 40.0,
|
|
|
|
"texture": ExtResource("10_y6gkh")
|
|
|
|
}, {
|
|
|
|
"duration": 0.15,
|
|
|
|
"texture": ExtResource("11_6deod")
|
|
|
|
}, {
|
|
|
|
"duration": 0.15,
|
|
|
|
"texture": ExtResource("12_ro20g")
|
|
|
|
}],
|
|
|
|
"loop": true,
|
|
|
|
"name": &"blink",
|
|
|
|
"speed": 5.0
|
|
|
|
}]
|
|
|
|
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_p8gbs"]
|
|
|
|
animations = [{
|
|
|
|
"frames": [{
|
|
|
|
"duration": 15.0,
|
|
|
|
"texture": ExtResource("14_lnkoa")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": ExtResource("13_xj3b3")
|
|
|
|
}, {
|
2023-10-19 08:20:41 +00:00
|
|
|
"duration": 0.5,
|
2023-10-06 15:52:38 +00:00
|
|
|
"texture": ExtResource("14_lnkoa")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": ExtResource("14_lnkoa")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": ExtResource("15_1sikj")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": ExtResource("13_xj3b3")
|
|
|
|
}, {
|
|
|
|
"duration": 1.0,
|
|
|
|
"texture": ExtResource("14_lnkoa")
|
|
|
|
}],
|
|
|
|
"loop": true,
|
|
|
|
"name": &"speech",
|
|
|
|
"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
|
2023-10-06 09:22:52 +00:00
|
|
|
offset_right = -3.0
|
|
|
|
offset_bottom = -62.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")
|
|
|
|
|
2023-10-19 08:20:41 +00:00
|
|
|
[node name="Panel" type="Panel" parent="."]
|
|
|
|
layout_mode = 0
|
|
|
|
offset_left = 126.0
|
|
|
|
offset_top = 66.0
|
|
|
|
offset_right = 1127.0
|
|
|
|
offset_bottom = 621.0
|
|
|
|
|
2023-10-06 09:22:52 +00:00
|
|
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
|
|
|
stream = ExtResource("3_xivj6")
|
|
|
|
volume_db = -11.243
|
2023-09-25 08:10:38 +00:00
|
|
|
|
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-06 09:22:52 +00:00
|
|
|
offset_left = 134.0
|
2023-10-18 10:43:37 +00:00
|
|
|
offset_top = 77.0
|
2023-10-06 14:37:10 +00:00
|
|
|
offset_right = -163.0
|
2023-10-18 10:43:37 +00:00
|
|
|
offset_bottom = -200.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")
|
2023-10-18 10:43:37 +00:00
|
|
|
tab_alignment = 1
|
2023-10-02 13:56:26 +00:00
|
|
|
|
2023-10-18 10:43:37 +00:00
|
|
|
[node name="System" type="TabBar" parent="MarginContainer/TabContainer"]
|
|
|
|
visible = false
|
2023-10-02 13:56:26 +00:00
|
|
|
layout_mode = 2
|
|
|
|
theme = ExtResource("1_36ht7")
|
|
|
|
|
2023-10-18 10:43:37 +00:00
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="MarginContainer/TabContainer/System"]
|
2023-10-04 12:10:23 +00:00
|
|
|
layout_mode = 2
|
2023-10-06 14:37:10 +00:00
|
|
|
offset_left = 21.0
|
|
|
|
offset_top = 23.0
|
2023-10-19 08:20:41 +00:00
|
|
|
offset_right = 745.0
|
2023-10-18 10:43:37 +00:00
|
|
|
offset_bottom = 436.0
|
2023-10-04 12:10:23 +00:00
|
|
|
|
2023-10-18 10:43:37 +00:00
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/TabContainer/System/ScrollContainer"]
|
2023-10-04 12:10:23 +00:00
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 2
|
|
|
|
theme_override_constants/separation = 64
|
|
|
|
|
2023-10-18 10:43:37 +00:00
|
|
|
[node name="game_control_container" type="VBoxContainer" parent="MarginContainer/TabContainer/System/ScrollContainer/VBoxContainer"]
|
2023-10-04 12:10:23 +00:00
|
|
|
layout_mode = 2
|
2023-10-02 13:56:26 +00:00
|
|
|
|
2023-10-18 10:43:37 +00:00
|
|
|
[node name="game_control_label" type="Label" parent="MarginContainer/TabContainer/System/ScrollContainer/VBoxContainer/game_control_container"]
|
2023-10-02 15:11:09 +00:00
|
|
|
layout_mode = 2
|
|
|
|
text = "Game Control"
|
|
|
|
|
2023-10-18 10:43:37 +00:00
|
|
|
[node name="game_control_label2" type="HSeparator" parent="MarginContainer/TabContainer/System/ScrollContainer/VBoxContainer/game_control_container"]
|
2023-10-02 15:11:09 +00:00
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-18 10:43:37 +00:00
|
|
|
[node name="GridContainer" type="GridContainer" parent="MarginContainer/TabContainer/System/ScrollContainer/VBoxContainer/game_control_container"]
|
2023-10-02 13:56:26 +00:00
|
|
|
layout_mode = 2
|
2023-10-06 09:22:52 +00:00
|
|
|
columns = 2
|
|
|
|
|
2023-10-18 10:43:37 +00:00
|
|
|
[node name="resume" type="CheckButton" parent="MarginContainer/TabContainer/System/ScrollContainer/VBoxContainer/game_control_container/GridContainer"]
|
2023-10-06 09:22:52 +00:00
|
|
|
layout_mode = 2
|
|
|
|
theme_override_constants/h_separation = 128
|
2023-10-02 13:56:26 +00:00
|
|
|
button_pressed = true
|
|
|
|
text = "Quick Resume"
|
|
|
|
|
2023-10-18 10:43:37 +00:00
|
|
|
[node name="Button" type="Button" parent="MarginContainer/TabContainer/System/ScrollContainer/VBoxContainer/game_control_container/GridContainer"]
|
2023-10-06 09:22:52 +00:00
|
|
|
layout_mode = 2
|
2023-10-02 13:56:26 +00:00
|
|
|
disabled = true
|
|
|
|
text = "Advanced"
|
|
|
|
|
2023-10-18 10:43:37 +00:00
|
|
|
[node name="rewind" type="CheckButton" parent="MarginContainer/TabContainer/System/ScrollContainer/VBoxContainer/game_control_container/GridContainer"]
|
2023-10-02 13:56:26 +00:00
|
|
|
layout_mode = 2
|
2023-10-06 09:22:52 +00:00
|
|
|
theme_override_constants/h_separation = 256
|
2023-10-02 13:56:26 +00:00
|
|
|
text = "Rewind"
|
|
|
|
|
2023-10-18 10:43:37 +00:00
|
|
|
[node name="Button2" type="Button" parent="MarginContainer/TabContainer/System/ScrollContainer/VBoxContainer/game_control_container/GridContainer"]
|
2023-10-06 09:22:52 +00:00
|
|
|
layout_mode = 2
|
2023-10-02 13:56:26 +00:00
|
|
|
disabled = true
|
|
|
|
text = "Advanced"
|
|
|
|
|
2023-10-18 10:43:37 +00:00
|
|
|
[node name="quitconfirm" type="CheckButton" parent="MarginContainer/TabContainer/System/ScrollContainer/VBoxContainer/game_control_container/GridContainer"]
|
2023-10-02 13:56:26 +00:00
|
|
|
layout_mode = 2
|
|
|
|
button_pressed = true
|
|
|
|
text = "Quit Confirmation
|
|
|
|
"
|
|
|
|
|
2023-10-18 10:43:37 +00:00
|
|
|
[node name="Button3" type="Button" parent="MarginContainer/TabContainer/System/ScrollContainer/VBoxContainer/game_control_container/GridContainer"]
|
2023-10-06 09:22:52 +00:00
|
|
|
layout_mode = 2
|
2023-10-02 13:56:26 +00:00
|
|
|
disabled = true
|
|
|
|
text = "Advanced"
|
|
|
|
|
2023-10-18 10:43:37 +00:00
|
|
|
[node name="cheats" type="CheckButton" parent="MarginContainer/TabContainer/System/ScrollContainer/VBoxContainer/game_control_container/GridContainer"]
|
2023-10-02 13:56:26 +00:00
|
|
|
layout_mode = 2
|
|
|
|
disabled = true
|
|
|
|
text = "Cheats (coming soon)"
|
|
|
|
|
2023-10-18 10:43:37 +00:00
|
|
|
[node name="Button4" type="Button" parent="MarginContainer/TabContainer/System/ScrollContainer/VBoxContainer/game_control_container/GridContainer"]
|
2023-10-02 13:56:26 +00:00
|
|
|
layout_mode = 2
|
2023-10-02 15:11:09 +00:00
|
|
|
disabled = true
|
|
|
|
text = "Advanced"
|
|
|
|
|
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-06 14:37:10 +00:00
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="MarginContainer/TabContainer/Graphics"]
|
|
|
|
layout_mode = 2
|
|
|
|
offset_left = 32.0
|
|
|
|
offset_top = 23.0
|
2023-10-19 08:20:41 +00:00
|
|
|
offset_right = 748.0
|
2023-10-06 14:37:10 +00:00
|
|
|
offset_bottom = 455.0
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/TabContainer/Graphics/ScrollContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
theme_override_constants/separation = 64
|
|
|
|
|
|
|
|
[node name="decorations_container" type="VBoxContainer" parent="MarginContainer/TabContainer/Graphics/ScrollContainer/VBoxContainer"]
|
2023-10-04 12:10:23 +00:00
|
|
|
layout_mode = 2
|
2023-10-03 09:55:27 +00:00
|
|
|
|
2023-10-06 14:37:10 +00:00
|
|
|
[node name="decorations_label" type="Label" parent="MarginContainer/TabContainer/Graphics/ScrollContainer/VBoxContainer/decorations_container"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
text = "Decorations"
|
|
|
|
|
2023-10-06 14:37:10 +00:00
|
|
|
[node name="decorations_separator" type="HSeparator" parent="MarginContainer/TabContainer/Graphics/ScrollContainer/VBoxContainer/decorations_container"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-06 14:37:10 +00:00
|
|
|
[node name="GridContainer" type="GridContainer" parent="MarginContainer/TabContainer/Graphics/ScrollContainer/VBoxContainer/decorations_container"]
|
|
|
|
layout_mode = 2
|
|
|
|
columns = 2
|
|
|
|
|
|
|
|
[node name="borders" type="CheckButton" parent="MarginContainer/TabContainer/Graphics/ScrollContainer/VBoxContainer/decorations_container/GridContainer"]
|
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-06 14:37:10 +00:00
|
|
|
[node name="borders_advance" type="Button" parent="MarginContainer/TabContainer/Graphics/ScrollContainer/VBoxContainer/decorations_container/GridContainer"]
|
|
|
|
layout_mode = 2
|
2023-10-03 09:55:27 +00:00
|
|
|
disabled = true
|
|
|
|
text = "Advanced"
|
|
|
|
|
2023-10-06 14:37:10 +00:00
|
|
|
[node name="wide_screen" type="CheckButton" parent="MarginContainer/TabContainer/Graphics/ScrollContainer/VBoxContainer/decorations_container/GridContainer"]
|
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-06 14:37:10 +00:00
|
|
|
[node name="wide_screen_advanced" type="Button" parent="MarginContainer/TabContainer/Graphics/ScrollContainer/VBoxContainer/decorations_container/GridContainer"]
|
|
|
|
layout_mode = 2
|
2023-10-03 09:55:27 +00:00
|
|
|
disabled = true
|
|
|
|
text = "Advanced"
|
|
|
|
|
2023-10-06 14:37:10 +00:00
|
|
|
[node name="shaders" type="CheckButton" parent="MarginContainer/TabContainer/Graphics/ScrollContainer/VBoxContainer/decorations_container/GridContainer"]
|
2023-10-03 09:55:27 +00:00
|
|
|
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
|
|
|
"
|
|
|
|
|
2023-10-06 14:37:10 +00:00
|
|
|
[node name="shaders_button" type="Button" parent="MarginContainer/TabContainer/Graphics/ScrollContainer/VBoxContainer/decorations_container/GridContainer"]
|
|
|
|
layout_mode = 2
|
2023-10-03 09:55:27 +00:00
|
|
|
disabled = true
|
|
|
|
text = "Advanced"
|
|
|
|
|
2023-10-06 14:37:10 +00:00
|
|
|
[node name="extra_container" type="VBoxContainer" parent="MarginContainer/TabContainer/Graphics/ScrollContainer/VBoxContainer"]
|
2023-10-04 12:10:23 +00:00
|
|
|
layout_mode = 2
|
2023-10-03 09:55:27 +00:00
|
|
|
|
2023-10-06 14:37:10 +00:00
|
|
|
[node name="decorations_label" type="Label" parent="MarginContainer/TabContainer/Graphics/ScrollContainer/VBoxContainer/extra_container"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
text = "Extra"
|
|
|
|
|
2023-10-06 14:37:10 +00:00
|
|
|
[node name="decorations_separator" type="HSeparator" parent="MarginContainer/TabContainer/Graphics/ScrollContainer/VBoxContainer/extra_container"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-06 14:37:10 +00:00
|
|
|
[node name="wide_screen" type="CheckButton" parent="MarginContainer/TabContainer/Graphics/ScrollContainer/VBoxContainer/extra_container"]
|
2023-10-03 09:55:27 +00:00
|
|
|
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"
|
|
|
|
|
2023-10-06 14:37:10 +00:00
|
|
|
[node name="wide_screen_advanced" type="Button" parent="MarginContainer/TabContainer/Graphics/ScrollContainer/VBoxContainer/extra_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"
|
|
|
|
|
2023-10-06 14:37:10 +00:00
|
|
|
[node name="borders" type="CheckButton" parent="MarginContainer/TabContainer/Graphics/ScrollContainer/VBoxContainer/extra_container"]
|
2023-10-03 09:55:27 +00:00
|
|
|
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-02 13:56:26 +00:00
|
|
|
[node name="Controls" type="TabBar" parent="MarginContainer/TabContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
theme = ExtResource("1_36ht7")
|
|
|
|
|
2023-10-19 08:20:41 +00:00
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="MarginContainer/TabContainer/Controls"]
|
2023-10-03 15:40:28 +00:00
|
|
|
layout_mode = 0
|
2023-10-19 08:20:41 +00:00
|
|
|
offset_left = 17.0
|
|
|
|
offset_right = 751.0
|
|
|
|
offset_bottom = 494.0
|
2023-10-03 09:55:27 +00:00
|
|
|
|
2023-10-19 08:20:41 +00:00
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/TabContainer/Controls/ScrollContainer"]
|
2023-10-06 14:37:10 +00:00
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-19 08:20:41 +00:00
|
|
|
[node name="buttons_container" type="VBoxContainer" parent="MarginContainer/TabContainer/Controls/ScrollContainer/VBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="decorations_label" type="Label" parent="MarginContainer/TabContainer/Controls/ScrollContainer/VBoxContainer/buttons_container"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
text = "Controls"
|
|
|
|
|
2023-10-19 08:20:41 +00:00
|
|
|
[node name="decorations_separator" type="HSeparator" parent="MarginContainer/TabContainer/Controls/ScrollContainer/VBoxContainer/buttons_container"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-19 08:20:41 +00:00
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/TabContainer/Controls/ScrollContainer/VBoxContainer/buttons_container"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-19 08:20:41 +00:00
|
|
|
[node name="wide_screen" type="Label" parent="MarginContainer/TabContainer/Controls/ScrollContainer/VBoxContainer/buttons_container/HBoxContainer"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
2023-10-19 08:20:41 +00:00
|
|
|
text = "Steam: Controller Templates"
|
2023-10-03 09:55:27 +00:00
|
|
|
|
2023-10-19 08:20:41 +00:00
|
|
|
[node name="wide_screen_advanced" type="Button" parent="MarginContainer/TabContainer/Controls/ScrollContainer/VBoxContainer/buttons_container/HBoxContainer"]
|
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
|
|
|
size_flags_vertical = 4
|
|
|
|
text = "Install"
|
|
|
|
|
2023-10-19 08:20:41 +00:00
|
|
|
[node name="HBoxContainer2" type="HBoxContainer" parent="MarginContainer/TabContainer/Controls/ScrollContainer/VBoxContainer/buttons_container"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-19 08:20:41 +00:00
|
|
|
[node name="Label" type="Label" parent="MarginContainer/TabContainer/Controls/ScrollContainer/VBoxContainer/buttons_container/HBoxContainer2"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
text = "Button Layout"
|
|
|
|
|
2023-10-19 08:20:41 +00:00
|
|
|
[node name="borders" type="OptionButton" parent="MarginContainer/TabContainer/Controls/ScrollContainer/VBoxContainer/buttons_container/HBoxContainer2"]
|
2023-10-03 09:55:27 +00:00
|
|
|
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
|
|
|
|
|
2023-10-19 08:20:41 +00:00
|
|
|
[node name="shaders" type="CheckButton" parent="MarginContainer/TabContainer/Controls/ScrollContainer/VBoxContainer/buttons_container"]
|
2023-10-03 09:55:27 +00:00
|
|
|
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
|
2023-10-19 08:20:41 +00:00
|
|
|
offset_right = 748.0
|
|
|
|
offset_bottom = 470.0
|
2023-10-04 12:10:23 +00:00
|
|
|
|
|
|
|
[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="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="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-18 10:43:37 +00:00
|
|
|
[node name="Network" type="TabBar" parent="MarginContainer/TabContainer"]
|
2023-10-02 13:56:26 +00:00
|
|
|
layout_mode = 2
|
|
|
|
theme = ExtResource("1_36ht7")
|
|
|
|
|
2023-10-18 10:43:37 +00:00
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="MarginContainer/TabContainer/Network"]
|
|
|
|
layout_mode = 2
|
|
|
|
offset_left = 21.0
|
2023-10-19 08:20:41 +00:00
|
|
|
offset_top = 8.0
|
2023-10-18 10:43:37 +00:00
|
|
|
offset_right = 750.0
|
2023-10-19 08:20:41 +00:00
|
|
|
offset_bottom = 464.0
|
2023-10-18 10:43:37 +00:00
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/TabContainer/Network/ScrollContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 2
|
|
|
|
theme_override_constants/separation = 64
|
|
|
|
|
|
|
|
[node name="cheevos_container" type="VBoxContainer" parent="MarginContainer/TabContainer/Network/ScrollContainer/VBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="cheevos" type="CheckButton" parent="MarginContainer/TabContainer/Network/ScrollContainer/VBoxContainer/cheevos_container"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Retro Achievements"
|
|
|
|
|
|
|
|
[node name="cheevos_separator" type="HSeparator" parent="MarginContainer/TabContainer/Network/ScrollContainer/VBoxContainer/cheevos_container"]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="GridContainer" type="GridContainer" parent="MarginContainer/TabContainer/Network/ScrollContainer/VBoxContainer/cheevos_container"]
|
|
|
|
layout_mode = 2
|
|
|
|
theme_override_constants/h_separation = 64
|
|
|
|
columns = 2
|
|
|
|
|
|
|
|
[node name="cheevos_username_lab" type="Label" parent="MarginContainer/TabContainer/Network/ScrollContainer/VBoxContainer/cheevos_container/GridContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Username:"
|
|
|
|
|
|
|
|
[node name="cheevos_username" type="LineEdit" parent="MarginContainer/TabContainer/Network/ScrollContainer/VBoxContainer/cheevos_container/GridContainer"]
|
|
|
|
custom_minimum_size = Vector2(256, 0)
|
|
|
|
layout_mode = 2
|
|
|
|
text = "username"
|
|
|
|
placeholder_text = "username"
|
|
|
|
|
|
|
|
[node name="cheevos_pass_lab" type="Label" parent="MarginContainer/TabContainer/Network/ScrollContainer/VBoxContainer/cheevos_container/GridContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Password:"
|
|
|
|
|
|
|
|
[node name="cheevos_pass" type="LineEdit" parent="MarginContainer/TabContainer/Network/ScrollContainer/VBoxContainer/cheevos_container/GridContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "password"
|
|
|
|
placeholder_text = "password"
|
|
|
|
secret = true
|
|
|
|
secret_character = "*"
|
|
|
|
|
|
|
|
[node name="GridContainer2" type="GridContainer" parent="MarginContainer/TabContainer/Network/ScrollContainer/VBoxContainer/cheevos_container"]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="cheevos_advanced" type="Button" parent="MarginContainer/TabContainer/Network/ScrollContainer/VBoxContainer/cheevos_container/GridContainer2"]
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 0
|
|
|
|
disabled = true
|
|
|
|
text = "Advanced"
|
|
|
|
|
|
|
|
[node name="cheevos_hardcore" type="CheckButton" parent="MarginContainer/TabContainer/Network/ScrollContainer/VBoxContainer/cheevos_container/GridContainer2"]
|
|
|
|
layout_mode = 2
|
|
|
|
disabled = true
|
|
|
|
text = "Hardcore Mode (coming soon)"
|
|
|
|
|
|
|
|
[node name="cheevos_loginout_container" type="HBoxContainer" parent="MarginContainer/TabContainer/Network/ScrollContainer/VBoxContainer/cheevos_container/GridContainer2"]
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 8
|
|
|
|
size_flags_vertical = 8
|
|
|
|
|
|
|
|
[node name="cheevos_login_logout" type="Button" parent="MarginContainer/TabContainer/Network/ScrollContainer/VBoxContainer/cheevos_container/GridContainer2/cheevos_loginout_container"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Login"
|
|
|
|
|
|
|
|
[node name="cheevos_show" type="Button" parent="MarginContainer/TabContainer/Network/ScrollContainer/VBoxContainer/cheevos_container/GridContainer2/cheevos_loginout_container"]
|
|
|
|
layout_mode = 2
|
|
|
|
disabled = true
|
|
|
|
text = "Show Throphies"
|
|
|
|
|
|
|
|
[node name="netplay_container" type="VBoxContainer" parent="MarginContainer/TabContainer/Network/ScrollContainer/VBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="netplay" type="Label" parent="MarginContainer/TabContainer/Network/ScrollContainer/VBoxContainer/netplay_container"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Netplay"
|
|
|
|
|
|
|
|
[node name="cheevos_separator" type="HSeparator" parent="MarginContainer/TabContainer/Network/ScrollContainer/VBoxContainer/netplay_container"]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="GridContainer" type="GridContainer" parent="MarginContainer/TabContainer/Network/ScrollContainer/VBoxContainer/netplay_container"]
|
|
|
|
layout_mode = 2
|
|
|
|
theme_override_constants/h_separation = 64
|
|
|
|
columns = 2
|
|
|
|
|
|
|
|
[node name="netplay_id" type="Label" parent="MarginContainer/TabContainer/Network/ScrollContainer/VBoxContainer/netplay_container/GridContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Netplay ID:"
|
|
|
|
|
|
|
|
[node name="netplay_id2" type="LineEdit" parent="MarginContainer/TabContainer/Network/ScrollContainer/VBoxContainer/netplay_container/GridContainer"]
|
|
|
|
custom_minimum_size = Vector2(256, 0)
|
|
|
|
layout_mode = 2
|
|
|
|
text = "RetroDECK"
|
|
|
|
placeholder_text = "RetroDECK"
|
|
|
|
|
|
|
|
[node name="netplay_address" type="Label" parent="MarginContainer/TabContainer/Network/ScrollContainer/VBoxContainer/netplay_container/GridContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Address:"
|
|
|
|
|
|
|
|
[node name="netplay_address2" type="LineEdit" parent="MarginContainer/TabContainer/Network/ScrollContainer/VBoxContainer/netplay_container/GridContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "127.0.0.1"
|
|
|
|
placeholder_text = "127.0.0.1"
|
|
|
|
|
|
|
|
[node name="blank_label" type="Label" parent="MarginContainer/TabContainer/Network/ScrollContainer/VBoxContainer/netplay_container/GridContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="netplay_connect_disconnect" type="Button" parent="MarginContainer/TabContainer/Network/ScrollContainer/VBoxContainer/netplay_container/GridContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 8
|
|
|
|
size_flags_vertical = 8
|
|
|
|
text = "Connect"
|
|
|
|
|
|
|
|
[node name="netplay_join_disconnect" type="HBoxContainer" parent="MarginContainer/TabContainer/Network/ScrollContainer/VBoxContainer/netplay_container"]
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 8
|
|
|
|
size_flags_vertical = 8
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/TabContainer/Network/ScrollContainer/VBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="GridContainer" type="GridContainer" parent="MarginContainer/TabContainer/Network/ScrollContainer/VBoxContainer/VBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="label" type="Label" parent="MarginContainer/TabContainer/Network/ScrollContainer/VBoxContainer/VBoxContainer/GridContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Data Management"
|
|
|
|
|
|
|
|
[node name="cheevos_separator" type="HSeparator" parent="MarginContainer/TabContainer/Network/ScrollContainer/VBoxContainer/VBoxContainer/GridContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="rewind" type="CheckButton" parent="MarginContainer/TabContainer/Network/ScrollContainer/VBoxContainer/VBoxContainer/GridContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
disabled = true
|
|
|
|
text = "Saves Sync (coming soon)"
|
|
|
|
|
|
|
|
[node name="ftp" type="Button" parent="MarginContainer/TabContainer/Network/ScrollContainer/VBoxContainer/VBoxContainer/GridContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
disabled = true
|
|
|
|
text = "Start FTP Server"
|
|
|
|
|
|
|
|
[node name="Troubleshoot" type="TabBar" parent="MarginContainer/TabContainer"]
|
|
|
|
visible = false
|
|
|
|
layout_mode = 2
|
|
|
|
theme = ExtResource("1_36ht7")
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/TabContainer/Troubleshoot"]
|
2023-10-03 15:40:28 +00:00
|
|
|
layout_mode = 0
|
2023-10-06 14:37:10 +00:00
|
|
|
offset_left = 26.0
|
|
|
|
offset_top = 36.0
|
|
|
|
offset_right = 390.0
|
|
|
|
offset_bottom = 442.0
|
|
|
|
theme_override_constants/separation = 64
|
|
|
|
|
2023-10-18 10:43:37 +00:00
|
|
|
[node name="game_control_container" type="VBoxContainer" parent="MarginContainer/TabContainer/Troubleshoot/VBoxContainer"]
|
2023-10-06 14:37:10 +00:00
|
|
|
layout_mode = 2
|
2023-10-03 09:55:27 +00:00
|
|
|
|
2023-10-18 10:43:37 +00:00
|
|
|
[node name="game_control_label" type="Label" parent="MarginContainer/TabContainer/Troubleshoot/VBoxContainer/game_control_container"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
text = "Troubleshooting"
|
|
|
|
|
2023-10-18 10:43:37 +00:00
|
|
|
[node name="game_control_label2" type="HSeparator" parent="MarginContainer/TabContainer/Troubleshoot/VBoxContainer/game_control_container"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-18 10:43:37 +00:00
|
|
|
[node name="Button" type="Button" parent="MarginContainer/TabContainer/Troubleshoot/VBoxContainer/game_control_container"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
text = "Check Connection"
|
|
|
|
|
2023-10-18 10:43:37 +00:00
|
|
|
[node name="Button2" type="Button" parent="MarginContainer/TabContainer/Troubleshoot/VBoxContainer/game_control_container"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
disabled = true
|
|
|
|
text = "Show Logs"
|
|
|
|
|
2023-10-18 10:43:37 +00:00
|
|
|
[node name="game_control_container2" type="VBoxContainer" parent="MarginContainer/TabContainer/Troubleshoot/VBoxContainer"]
|
2023-10-06 14:37:10 +00:00
|
|
|
layout_mode = 2
|
2023-10-03 09:55:27 +00:00
|
|
|
|
2023-10-18 10:43:37 +00:00
|
|
|
[node name="game_control_label" type="Label" parent="MarginContainer/TabContainer/Troubleshoot/VBoxContainer/game_control_container2"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
text = "Reset"
|
|
|
|
|
2023-10-18 10:43:37 +00:00
|
|
|
[node name="game_control_label2" type="HSeparator" parent="MarginContainer/TabContainer/Troubleshoot/VBoxContainer/game_control_container2"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
|
2023-10-18 10:43:37 +00:00
|
|
|
[node name="Button" type="Button" parent="MarginContainer/TabContainer/Troubleshoot/VBoxContainer/game_control_container2"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
text = "Single Emulator..."
|
|
|
|
|
2023-10-18 10:43:37 +00:00
|
|
|
[node name="Button2" type="Button" parent="MarginContainer/TabContainer/Troubleshoot/VBoxContainer/game_control_container2"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
text = "All Emulators"
|
|
|
|
|
2023-10-18 10:43:37 +00:00
|
|
|
[node name="Button3" type="Button" parent="MarginContainer/TabContainer/Troubleshoot/VBoxContainer/game_control_container2"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
|
|
|
text = "Full RetroDECK Reset"
|
|
|
|
|
2023-10-18 10:43:37 +00:00
|
|
|
[node name="Configurator" type="TabBar" parent="MarginContainer/TabContainer"]
|
2023-10-19 08:20:41 +00:00
|
|
|
visible = false
|
2023-10-18 10:43:37 +00:00
|
|
|
layout_mode = 2
|
|
|
|
theme = ExtResource("1_36ht7")
|
|
|
|
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="MarginContainer/TabContainer/Configurator"]
|
|
|
|
layout_mode = 2
|
|
|
|
offset_left = 21.0
|
|
|
|
offset_top = 23.0
|
|
|
|
offset_right = 750.0
|
|
|
|
offset_bottom = 436.0
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/TabContainer/Configurator/ScrollContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 2
|
|
|
|
theme_override_constants/separation = 64
|
|
|
|
|
|
|
|
[node name="system_container" type="VBoxContainer" parent="MarginContainer/TabContainer/Configurator/ScrollContainer/VBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="system_label" type="Label" parent="MarginContainer/TabContainer/Configurator/ScrollContainer/VBoxContainer/system_container"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "System"
|
|
|
|
|
|
|
|
[node name="system_line" type="HSeparator" parent="MarginContainer/TabContainer/Configurator/ScrollContainer/VBoxContainer/system_container"]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="update_notification" type="CheckButton" parent="MarginContainer/TabContainer/Configurator/ScrollContainer/VBoxContainer/system_container"]
|
|
|
|
layout_mode = 2
|
|
|
|
button_pressed = true
|
|
|
|
text = "Update Notification"
|
|
|
|
|
|
|
|
[node name="update_notification2" type="CheckButton" parent="MarginContainer/TabContainer/Configurator/ScrollContainer/VBoxContainer/system_container"]
|
|
|
|
layout_mode = 2
|
|
|
|
disabled = true
|
|
|
|
button_pressed = true
|
|
|
|
text = "Show Easter Eggs (coming soon)"
|
|
|
|
|
|
|
|
[node name="multi_user_container" type="HBoxContainer" parent="MarginContainer/TabContainer/Configurator/ScrollContainer/VBoxContainer/system_container"]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="multi_user_label" type="Label" parent="MarginContainer/TabContainer/Configurator/ScrollContainer/VBoxContainer/system_container/multi_user_container"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Multi-User Mode"
|
|
|
|
|
|
|
|
[node name="multi_user" type="OptionButton" parent="MarginContainer/TabContainer/Configurator/ScrollContainer/VBoxContainer/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/Configurator/ScrollContainer/VBoxContainer/system_container"]
|
|
|
|
layout_mode = 2
|
|
|
|
button_pressed = true
|
|
|
|
text = "Menu music
|
|
|
|
"
|
|
|
|
|
|
|
|
[node name="fancy_audio_player_here" type="Label" parent="MarginContainer/TabContainer/Configurator/ScrollContainer/VBoxContainer/system_container"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "|| ------( )--------"
|
|
|
|
|
2023-10-02 13:56:26 +00:00
|
|
|
[node name="About" type="TabBar" parent="MarginContainer/TabContainer"]
|
2023-10-06 15:52:38 +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="Icon" type="Sprite2D" parent="MarginContainer/TabContainer/About"]
|
2023-10-06 14:37:10 +00:00
|
|
|
visible = false
|
2023-10-06 10:00:15 +00:00
|
|
|
position = Vector2(152, 83.5)
|
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"]
|
2023-10-06 14:37:10 +00:00
|
|
|
layout_mode = 2
|
|
|
|
offset_left = 266.0
|
|
|
|
offset_top = 42.0
|
|
|
|
offset_right = 712.0
|
|
|
|
offset_bottom = 132.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-06 14:37:10 +00:00
|
|
|
offset_left = 233.0
|
|
|
|
offset_top = 142.0
|
|
|
|
offset_right = 737.0
|
|
|
|
offset_bottom = 440.0
|
|
|
|
|
|
|
|
[node name="Button7" type="Button" parent="MarginContainer/TabContainer/About/VBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Website"
|
2023-10-03 09:55:27 +00:00
|
|
|
|
|
|
|
[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"
|
|
|
|
|
2023-10-06 14:37:10 +00:00
|
|
|
[node name="Button4" type="Button" parent="MarginContainer/TabContainer/About/VBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Donate"
|
|
|
|
|
|
|
|
[node name="Button5" type="Button" parent="MarginContainer/TabContainer/About/VBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Reach Us"
|
|
|
|
|
|
|
|
[node name="Button6" type="Button" parent="MarginContainer/TabContainer/About/VBoxContainer"]
|
2023-10-03 09:55:27 +00:00
|
|
|
layout_mode = 2
|
2023-10-06 14:37:10 +00:00
|
|
|
text = "Licences"
|
2023-10-03 09:55:27 +00:00
|
|
|
|
2023-10-06 14:37:10 +00:00
|
|
|
[node name="CanvasModulate" type="CanvasModulate" parent="."]
|
2023-10-02 13:56:26 +00:00
|
|
|
visible = false
|
2023-10-06 14:37:10 +00:00
|
|
|
position = Vector2(134, 151)
|
|
|
|
color = Color(0.858824, 0.890196, 1, 1)
|
|
|
|
|
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
|
|
|
layout_mode = 2
|
|
|
|
offset_left = 936.0
|
2023-10-18 10:43:37 +00:00
|
|
|
offset_top = 301.0
|
2023-10-06 14:37:10 +00:00
|
|
|
offset_right = 1068.0
|
2023-10-18 10:43:37 +00:00
|
|
|
offset_bottom = 377.0
|
2023-10-06 14:37:10 +00:00
|
|
|
text = "RetroDECK
|
|
|
|
v0.8.0b"
|
|
|
|
scroll_active = false
|
|
|
|
|
|
|
|
[node name="Icon2" type="Sprite2D" parent="."]
|
2023-10-18 10:43:37 +00:00
|
|
|
position = Vector2(998, 212)
|
2023-10-06 14:37:10 +00:00
|
|
|
scale = Vector2(0.507812, 0.507812)
|
|
|
|
texture = ExtResource("1_axfei")
|
2023-10-02 13:56:26 +00:00
|
|
|
|
2023-10-18 10:43:37 +00:00
|
|
|
[node name="bubble" type="ColorRect" parent="."]
|
2023-10-06 09:22:52 +00:00
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2023-10-19 08:20:41 +00:00
|
|
|
offset_left = 376.0
|
|
|
|
offset_top = 612.0
|
|
|
|
offset_right = -282.0
|
|
|
|
offset_bottom = -68.0
|
2023-10-06 09:22:52 +00:00
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
color = Color(0.133333, 0.0470588, 0.188235, 1)
|
|
|
|
|
2023-10-18 10:43:37 +00:00
|
|
|
[node name="helper_text" type="RichTextLabel" parent="bubble"]
|
2023-10-04 12:10:23 +00:00
|
|
|
layout_mode = 2
|
2023-10-06 09:22:52 +00:00
|
|
|
offset_left = 10.0
|
|
|
|
offset_top = 9.0
|
|
|
|
offset_right = 603.0
|
|
|
|
offset_bottom = 121.0
|
2023-10-04 12:10:23 +00:00
|
|
|
text = "Rekku:
|
|
|
|
|
2023-10-06 15:52:38 +00:00
|
|
|
When \"Quick Resume\" is enabled, a savestate is created upon quit and it will be loaded once the game is started.
|
2023-10-06 09:22:52 +00:00
|
|
|
This is mot working on the following systems: Switch, WiiU."
|
2023-10-06 14:37:10 +00:00
|
|
|
scroll_following = true
|
2023-10-18 10:43:37 +00:00
|
|
|
script = ExtResource("5_cprkf")
|
2023-10-04 12:10:23 +00:00
|
|
|
|
2023-10-06 15:52:38 +00:00
|
|
|
[node name="Rekku" type="Sprite2D" parent="."]
|
2023-10-19 08:20:41 +00:00
|
|
|
position = Vector2(1125, 586)
|
2023-10-06 15:52:38 +00:00
|
|
|
scale = Vector2(0.292969, 0.292969)
|
|
|
|
texture = ExtResource("9_brsrf")
|
|
|
|
|
|
|
|
[node name="blink" type="AnimatedSprite2D" parent="Rekku"]
|
|
|
|
sprite_frames = SubResource("SpriteFrames_trwmf")
|
|
|
|
animation = &"blink"
|
|
|
|
autoplay = "blink"
|
2023-10-19 08:20:41 +00:00
|
|
|
frame_progress = 0.299789
|
2023-10-06 15:52:38 +00:00
|
|
|
|
|
|
|
[node name="speech" type="AnimatedSprite2D" parent="Rekku"]
|
|
|
|
sprite_frames = SubResource("SpriteFrames_p8gbs")
|
|
|
|
animation = &"speech"
|
2023-10-19 08:20:41 +00:00
|
|
|
frame_progress = 0.664627
|
2023-10-06 15:52:38 +00:00
|
|
|
|
2023-10-18 10:43:37 +00:00
|
|
|
[node name="coltroller_guide" type="PanelContainer" parent="."]
|
|
|
|
layout_mode = 0
|
|
|
|
offset_left = 1.0
|
|
|
|
offset_top = 767.0
|
|
|
|
offset_right = 1281.0
|
|
|
|
offset_bottom = 800.0
|
2023-10-04 12:10:23 +00:00
|
|
|
|
2023-10-18 10:43:37 +00:00
|
|
|
[node name="controller_guide_text" type="RichTextLabel" parent="coltroller_guide"]
|
|
|
|
layout_mode = 2
|
|
|
|
theme_override_colors/default_color = Color(1, 1, 1, 0.607843)
|
|
|
|
theme_override_font_sizes/normal_font_size = 32
|
|
|
|
text = "(A) Accept (B) Back (Y) Call/Dismiss Rekku (X) ??? (L/R) Tab Switch"
|
|
|
|
fit_content = true
|
|
|
|
scroll_active = false
|