mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 06:25:39 +00:00
e6632da2f1
Added icons for About us Further work on Graphics tab On branch cooker Changes to be committed: modified: config/retrodeck/reference_lists/features.json new file: tools/configurator/assets/icons/pixelitos/vcs-grey.svg new file: tools/configurator/assets/icons/pixelitos/vcs-grey.svg.import modified: tools/configurator/assets/themes/default_theme.tres modified: tools/configurator/components/bios_check/bios_check.gd modified: tools/configurator/components/bios_check/bios_popup_content.tscn modified: tools/configurator/components/popup.tscn modified: tools/configurator/main.gd modified: tools/configurator/main.tscn modified: tools/configurator/res/pixel_ui_theme/RetroDECKTheme.tres modified: tools/configurator/scripts/class_functions.gd modified: tools/configurator/scripts/data_handler.gd modified: tools/configurator/scripts/link.gd modified: tools/configurator/tk_about.gd
79 lines
2.4 KiB
Plaintext
79 lines
2.4 KiB
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://ixg127wfv7wo"]
|
|
|
|
[ext_resource type="Script" path="res://components/popup.gd" id="1_ck1vn"]
|
|
|
|
[node name="Popup" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_ck1vn")
|
|
|
|
[node name="Panel" type="Panel" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_right = -357.0
|
|
offset_bottom = -70.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="Panel"]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="Panel/MarginContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="Panel/MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 10
|
|
theme_override_constants/margin_top = 0
|
|
theme_override_constants/margin_right = 0
|
|
theme_override_constants/margin_bottom = 0
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="Panel/MarginContainer/VBoxContainer/MarginContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="Panel/MarginContainer/VBoxContainer/MarginContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 23
|
|
text = "This is the label"
|
|
|
|
[node name="BackButton" type="Button" parent="Panel/MarginContainer/VBoxContainer/MarginContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 10
|
|
text = "Back"
|
|
|
|
[node name="ContentContainer" type="Panel" parent="Panel/MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="Panel/MarginContainer/VBoxContainer/ContentContainer"]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_constants/margin_left = 10
|
|
theme_override_constants/margin_top = 6
|
|
theme_override_constants/margin_right = 10
|
|
theme_override_constants/margin_bottom = 6
|
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="Panel/MarginContainer/VBoxContainer/ContentContainer/MarginContainer"]
|
|
layout_mode = 2
|
|
focus_mode = 2
|
|
scroll_following = true
|
|
context_menu_enabled = true
|
|
selection_enabled = true
|
|
|
|
[connection signal="pressed" from="Panel/MarginContainer/VBoxContainer/MarginContainer/HBoxContainer/BackButton" to="." method="_on_back_pressed"]
|