fix: smalle fixes
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 9s
Create tag and build when new code gets to main / Export (push) Successful in 2m27s

This commit is contained in:
2025-06-28 22:37:16 +02:00
parent 76ee5d19be
commit 16e0db2f9c
4 changed files with 12 additions and 11 deletions

View File

@ -43,7 +43,7 @@ func _on_further_connexion_timeout() -> void:
func _on_text_start_timeout() -> void:
message.text = ""
time_before_show_buttons.start()
failed_audio.play()
# failed_audio.play()
time_between_words.start()
func _on_time_between_words_timeout() -> void: