mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 06:25:39 +00:00
XargonWan
3dc6b18833
Some checks failed
Build cooker / Building_RetroDECK (push) Has been cancelled
* Table top mode * Button Colour and tables columns * Bob does regex * Bob does regex2 * Updates from feedback * Stuff * Ensure funnction array being passed correctly * Array to String needed afterall * Cooker Test * Test build * Fixed Bios display issue * Fixed dialogue logging * Full Screen is back * gGent Orange BIOS * GDScript Logger POC * Try to create log folder * GDScript Logger POC (#956) * GDScript Logger POC * Try to create log folder * Ensure all_systems array is empty every time build_preset_list_options() is run - This prevents all_systems array from having multiple copies of all systems when run multiple times in the same session, which would cause make_preset_changes() to run build_preset_config() multiple times. * logs2.0 * Parked up for the night * Don't truncate the log file * Timestamp, fix append * Time for a break * restore godot logger, default is still bash * Added real milliseconds to log timestamp (thanks, monkeyx), typing fixes * Time for a break * Update godot.yml * Update godot.yml * Update godot.yml * Update godot.yml * Update godot.yml * Update godot.yml * Update godot.yml * Translations with POT! * Comment to test PR (#960) Co-authored-by: Rekku <rekku@retrodeck.net> --------- Co-authored-by: Rekku <rekku@retrodeck.net> Co-authored-by: WallK <wallykrasiy@gmail.com> Co-authored-by: MonkeyX <tim@monkeyx.net> Co-authored-by: icenine451 <benjamin.r.shelton@protonmail.com>
43 lines
1.1 KiB
Plaintext
43 lines
1.1 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://bihon3xtx45y7"]
|
|
|
|
[ext_resource type="Script" path="res://components/bios_check/bios_check.gd" id="1_qrkee"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_8e2dh"]
|
|
bg_color = Color(0.133, 0.133, 0.133, 1)
|
|
border_width_left = 25
|
|
border_width_top = 25
|
|
border_width_right = 25
|
|
border_width_bottom = 25
|
|
border_color = Color(0.505882, 0.505882, 0.505882, 0.647059)
|
|
border_blend = true
|
|
|
|
[node name="PopupContent" type="Control"]
|
|
top_level = true
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_right = -1.0
|
|
offset_bottom = -71.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_qrkee")
|
|
|
|
[node name="Table" type="Tree" parent="."]
|
|
unique_name_in_owner = true
|
|
clip_contents = false
|
|
layout_mode = 2
|
|
offset_right = 1277.0
|
|
offset_bottom = 723.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
theme_override_font_sizes/font_size = 16
|
|
theme_override_font_sizes/title_button_font_size = 18
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_8e2dh")
|
|
columns = 5
|
|
column_titles_visible = true
|
|
allow_reselect = true
|
|
allow_rmb_select = true
|