almanach button
This commit is contained in:
parent
473421eb32
commit
c8956dc38b
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