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

5
scenes/gui/almanach.gd Normal file
View file

@ -0,0 +1,5 @@
extends TabContainer
func _on_quit_button_pressed() -> void:
visible = false
$ChannelPlayer.call("Play")