final commit
This commit is contained in:
parent
488ec31f8f
commit
7fd7d5204f
10 changed files with 42 additions and 39 deletions
|
@ -20,6 +20,7 @@ var button
|
|||
@onready var typing_sound_player = $TypingSoundPlayer
|
||||
|
||||
func _ready():
|
||||
typing_sound_player.stop()
|
||||
_initialize_menu()
|
||||
_start_typing()
|
||||
|
||||
|
|
|
@ -4,8 +4,7 @@ var credits_text = """
|
|||
CREDITS:
|
||||
-----------
|
||||
Programming: Jannis, Fabio
|
||||
Pixel Art : Leon
|
||||
Music: TBN
|
||||
Pixel-Art : Leon
|
||||
|
||||
"""
|
||||
|
||||
|
@ -22,6 +21,7 @@ var button
|
|||
@onready var typing_sound_player = $TypingSoundPlayer
|
||||
|
||||
func _ready():
|
||||
typing_sound_player.stop()
|
||||
_initialize_menu()
|
||||
_start_typing()
|
||||
|
||||
|
|
|
@ -28,6 +28,7 @@ var buttons = []
|
|||
@onready var typing_sound_player = $TypingSoundPlayer
|
||||
|
||||
func _ready():
|
||||
typing_sound_player.stop()
|
||||
for hbox in $VBoxContainer/Buttons.get_children():
|
||||
hbox.visible = false
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@ var pause_menu_node = null
|
|||
@onready var typing_sound_player = $TypingSoundPlayer
|
||||
|
||||
func _ready():
|
||||
typing_sound_player.stop()
|
||||
current_scene = get_tree().current_scene
|
||||
|
||||
pause_menu_node = get_parent()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue