mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-16 17:23:48 +00:00
Settings load/save
This commit is contained in:
parent
e86dda79b7
commit
1e38945f63
5 changed files with 68 additions and 3 deletions
|
|
@ -31,9 +31,15 @@ layout_mode = 2
|
|||
layout_mode = 2
|
||||
size_flags_vertical = 4
|
||||
theme = ExtResource("1_il8fq")
|
||||
text = "Back"
|
||||
text = "Save"
|
||||
icon = ExtResource("2_4kao5")
|
||||
|
||||
[node name="Reset" type="Button" parent="HBoxContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 4
|
||||
theme = ExtResource("1_il8fq")
|
||||
text = "Discard"
|
||||
|
||||
[node name="MusicRoomName" type="Label" parent="HBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "Options"
|
||||
|
|
@ -59,7 +65,7 @@ theme = ExtResource("1_il8fq")
|
|||
|
||||
[node name="Label" type="Label" parent="ScrollContainer/HBoxContainer/HFlowContainer"]
|
||||
layout_mode = 2
|
||||
text = "Note: The options currently do nothing"
|
||||
text = "Note: The options currently do something"
|
||||
|
||||
[node name="Resolution" type="VBoxContainer" parent="ScrollContainer/HBoxContainer/HFlowContainer"]
|
||||
visible = false
|
||||
|
|
@ -130,3 +136,4 @@ layout_mode = 2
|
|||
AudioBusName = &"Effects"
|
||||
|
||||
[connection signal="pressed" from="HBoxContainer/BackButton" to="." method="_on_back_button_pressed"]
|
||||
[connection signal="pressed" from="HBoxContainer/Reset" to="." method="_on_discard_button_pressed"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue