Saving some parameters

This commit is contained in:
Rendo 2025-07-12 08:43:56 +05:00
commit 48a22dd956
13 changed files with 73 additions and 14 deletions

View file

@ -7,6 +7,7 @@ func _on_play_button_pressed() -> void:
func _on_exit_button_pressed() -> void:
get_tree().root.propagate_notification(NOTIFICATION_WM_CLOSE_REQUEST)
get_tree().quit()
$ChannelPlayer.call("Play")
@ -15,7 +16,10 @@ func _on_button_pressed() -> void:
$"../AboutWindow".popup_centered()
$ChannelPlayer.call("Play")
func _on_almanach_button_pressed() -> void:
$"../Almanach".visible = true
$ChannelPlayer.call("Play")
func _on_splash_button_pressed() -> void:
$"../PrototypeWindow".popup_centered()