fix: ui flicker and also added a black fade at the start
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 6s
Create tag and build when new code gets to main / Export (push) Successful in 2m5s

This commit is contained in:
2025-08-01 15:33:36 +02:00
parent f3288698fe
commit 44f083fbce
2 changed files with 39 additions and 7 deletions

View File

@ -86,6 +86,7 @@ func end_dialogue():
is_dialogue_ongoing = false
time_between_letters.stop()
ui_flicker_timer.stop()
dialogue_ended.emit()