almanach button
This commit is contained in:
parent
4e4e4903b8
commit
21e4f95564
7 changed files with 102 additions and 21 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue