mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 06:25:39 +00:00
d741ecc531
* On branch cooker Changes to be committed: modified: ../config/retrodeck/reference_lists/features.json modified: configurator.sh modified: configurator/TabContainer.gd modified: configurator/assets/themes/accesible_theme.tres modified: configurator/assets/themes/modern_theme.tres modified: configurator/assets/themes/retro_theme.tres modified: configurator/main.tscn modified: configurator/res/pixel_ui_theme/RetroDECKTheme.tres * Signal test * s * Oops Data Recovery On branch cooker Changes to be committed: modified: tools/configurator/main.gd modified: tools/configurator/main.tscn modified: tools/configurator/res/pixel_ui_theme/RetroDECKTheme.tres * Sliding Rekku On branch cooker Changes to be committed: modified: tools/configurator/Rekku.gd modified: tools/configurator/main.gd modified: tools/configurator/main.tscn * Using less tabs? On branch cooker Changes to be committed: modified: tools/configurator/main.gd modified: tools/configurator/main.tscn modified: tools/configurator/res/pixel_ui_theme/RetroDECKTheme.tres --------- Co-authored-by: Rekku <rekku@retrodeck.net>
17 lines
839 B
Plaintext
17 lines
839 B
Plaintext
[gd_resource type="Theme" load_steps=5 format=3 uid="uid://co27jgr76wvcl"]
|
|
|
|
[ext_resource type="FontFile" uid="uid://c8lbo5ljgtaaa" path="res://assets/fonts/OpenDyslexic3/OpenDyslexic3-Regular.ttf" id="1_d8f12"]
|
|
[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]
|
|
default_font = ExtResource("1_d8f12")
|
|
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")
|