Fix: Cannot hide settings menu with changes via the open-settings button
This commit is contained in:
@@ -13,7 +13,7 @@ func _on_play_button_pressed() -> void:
|
|||||||
|
|
||||||
|
|
||||||
func _on_settings_wheel_button_pressed() -> void:
|
func _on_settings_wheel_button_pressed() -> void:
|
||||||
$Settings.visible = not $Settings.visible
|
$Settings.visible = true
|
||||||
"
|
"
|
||||||
|
|
||||||
[sub_resource type="LabelSettings" id="LabelSettings_rhts7"]
|
[sub_resource type="LabelSettings" id="LabelSettings_rhts7"]
|
||||||
|
|||||||
Reference in New Issue
Block a user