mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 07:25:38 +00:00
1519846bb3
* Tidied parameter code * Tricky bios dialogue! * Mini change * Tidying icons * And then there were 5! * Time to Cook * INITOOL: added * SET_SETTING_VALUE: edited to use initool * Revert "SET_SETTING_VALUE: edited to use initool" This reverts commitb56916c2b0
. * Revert "INITOOL: added" This reverts commit127bcdb6cd
. * POST_UPDATE: update_rd_conf to include steam_sync * INJECT_FRAMEWORK: added force args [skip ci] * Progress buttons * Reset! --------- Co-authored-by: Rekku <rekku@retrodeck.net> Co-authored-by: XargonWan <XargonWan@gmail.com>
28 lines
638 B
Plaintext
28 lines
638 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://bihon3xtx45y7"]
|
|
|
|
[ext_resource type="Script" path="res://components/bios_check/bios_check.gd" id="1_qrkee"]
|
|
|
|
[node name="PopupContent" type="Control"]
|
|
top_level = true
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_right = -355.0
|
|
offset_bottom = -71.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_qrkee")
|
|
|
|
[node name="Table" type="Tree" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
columns = 5
|
|
column_titles_visible = true
|
|
allow_rmb_select = true
|
|
select_mode = 1
|