mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 22:15:39 +00:00
Added test slider
This commit is contained in:
parent
3543eead1c
commit
d58e0170f6
|
@ -71,6 +71,12 @@ script = ExtResource("3_aenvv")
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
size_flags_horizontal = 4
|
size_flags_horizontal = 4
|
||||||
focus_neighbor_top = NodePath("../Button")
|
focus_neighbor_top = NodePath("../Button")
|
||||||
focus_neighbor_bottom = NodePath("../Button")
|
focus_neighbor_bottom = NodePath("../CheckButton")
|
||||||
text = "External script"
|
text = "External script"
|
||||||
script = ExtResource("4_u2f14")
|
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