fix: removed the accept buttons from showing early as people would skip important info from the intro
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 10s
Create tag and build when new code gets to main / Export (push) Successful in 2m44s

This commit is contained in:
2025-07-06 17:30:55 +02:00
parent 0ebd81c479
commit 8832e8e067
5 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1 @@
uid://d0wu3wxgpt54g

View File

@ -0,0 +1 @@
uid://b2dnvuhxmkjss

View File

@ -0,0 +1 @@
uid://baivsviwtkk6g

View File

@ -0,0 +1 @@
uid://04gv1dhut3pn

View File

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