mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:45:33 +00:00
State persistance between scenes
This commit is contained in:
parent
1e38945f63
commit
35254935e4
13 changed files with 142 additions and 27 deletions
|
|
@ -65,7 +65,9 @@ theme = ExtResource("1_il8fq")
|
|||
|
||||
[node name="Label" type="Label" parent="ScrollContainer/HBoxContainer/HFlowContainer"]
|
||||
layout_mode = 2
|
||||
text = "Note: The options currently do something"
|
||||
theme_override_constants/line_spacing = -4
|
||||
text = "VSync and FullScreen detailed mode
|
||||
selection coming soon"
|
||||
|
||||
[node name="Resolution" type="VBoxContainer" parent="ScrollContainer/HBoxContainer/HFlowContainer"]
|
||||
visible = false
|
||||
|
|
@ -88,16 +90,6 @@ layout_mode = 2
|
|||
size_flags_vertical = 0
|
||||
text = "Full Screen"
|
||||
|
||||
[node name="CheckBox3" type="CheckBox" parent="ScrollContainer/HBoxContainer/HFlowContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 0
|
||||
disabled = true
|
||||
text = "Disabled"
|
||||
|
||||
[node name="CheckBox4" type="CheckBox" parent="ScrollContainer/HBoxContainer/HFlowContainer"]
|
||||
layout_mode = 2
|
||||
text = "adsfdsaf"
|
||||
|
||||
[node name="VBoxContainer3" type="VBoxContainer" parent="ScrollContainer/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue