fix: wrong building and project name
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 12s
Create tag and build when new code gets to main / Export (push) Successful in 2m31s

This commit is contained in:
2025-06-29 14:43:22 +02:00
parent 9c2bbd631f
commit d1996d44ed
5 changed files with 5 additions and 18 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: