mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 22:15: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
15 lines
664 B
Plaintext
15 lines
664 B
Plaintext
[gd_resource type="Theme" load_steps=4 format=3 uid="uid://hhc60cllcg47"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://buod4n6hw4i2m" path="res://assets/icons/pixelitos/vcs-normal.svg" id="1_pvl23"]
|
|
[ext_resource type="Texture2D" uid="uid://cn0tfnnihjvy7" path="res://assets/icons/pixelitos/vcs-grey.svg" id="2_ud3yg"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ghisc"]
|
|
bg_color = Color(0.6, 0.168627, 0.6, 0.372549)
|
|
|
|
[resource]
|
|
Button/styles/focus = SubResource("StyleBoxFlat_ghisc")
|
|
CheckBox/constants/check_v_offset = 0
|
|
CheckBox/constants/h_separation = 0
|
|
CheckBox/icons/checked = ExtResource("1_pvl23")
|
|
CheckBox/icons/unchecked = ExtResource("2_ud3yg")
|