Settings load/save

This commit is contained in:
Marco 2025-03-24 15:36:35 +01:00
commit 1e38945f63
5 changed files with 68 additions and 3 deletions

View file

@ -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"]