almanach button

This commit is contained in:
Rendo 2025-07-03 23:50:14 +05:00
commit c8956dc38b
7 changed files with 102 additions and 21 deletions

View file

@ -14,3 +14,8 @@ func _on_exit_button_pressed() -> void:
func _on_button_pressed() -> void:
$"../AboutWindow".popup_centered()
$ChannelPlayer.call("Play")
func _on_almanach_button_pressed() -> void:
$"../Almanach".visible = true
$ChannelPlayer.call("Play")