mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-17 03:45:38 +00:00
Merge pull request #1 from XargonWan/feat/godot-configurator
Feat/godot configurator
This commit is contained in:
commit
2a1885d0e3
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -14,4 +14,5 @@ Thumbs.db
|
|||
retrodeck-flatpak-cooker/
|
||||
retrodeck-flatpak/
|
||||
backup
|
||||
.old
|
||||
.old
|
||||
.godot
|
|
@ -1 +1 @@
|
|||
Subproject commit 0b1cfb79e591e10488a3262d6b38db843c39a409
|
||||
Subproject commit fbfdda61b3da092a71cc53999dd3e7b909f244e2
|
|
@ -1 +1 @@
|
|||
Subproject commit a2441b964afefd8cd1cebcdf562c7878670daf42
|
||||
Subproject commit 50314360ded6fa3b9f0b602513b1164b7a6636ed
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
|
@ -71,6 +71,12 @@ script = ExtResource("3_aenvv")
|
|||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
focus_neighbor_top = NodePath("../Button")
|
||||
focus_neighbor_bottom = NodePath("../Button")
|
||||
focus_neighbor_bottom = NodePath("../CheckButton")
|
||||
text = "External script"
|
||||
script = ExtResource("4_u2f14")
|
||||
|
||||
[node name="CheckButton" type="CheckButton" parent="VBoxContainerButtons"]
|
||||
layout_mode = 2
|
||||
focus_neighbor_top = NodePath("../Button2")
|
||||
focus_neighbor_bottom = NodePath("../Button")
|
||||
text = "Hardcore mode"
|
Loading…
Reference in a new issue