final commit

This commit is contained in:
Fabio 2024-08-20 20:31:45 +02:00
parent 488ec31f8f
commit 7fd7d5204f
10 changed files with 42 additions and 39 deletions

View file

@ -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