almanach button
This commit is contained in:
parent
473421eb32
commit
c8956dc38b
7 changed files with 102 additions and 21 deletions
5
scenes/gui/almanach.gd
Normal file
5
scenes/gui/almanach.gd
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
extends TabContainer
|
||||
|
||||
func _on_quit_button_pressed() -> void:
|
||||
visible = false
|
||||
$ChannelPlayer.call("Play")
|
||||
Loading…
Add table
Add a link
Reference in a new issue