Updates the export configuration for the prof tool. Parakeets are clickable earlier during the right answer animation. The animation of repeat button has been disabled. Tracing will use uppercase first then lowercase. Look And Learn now show the right title at the top.

This commit is contained in:
Dylan Sarrazyn
2025-01-27 14:37:27 +01:00
parent d8a66d4fb7
commit c449b469af
19 changed files with 65 additions and 53 deletions
+2 -2
View File
@@ -362,12 +362,12 @@ func _on_minigame_ui_stimulus_button_pressed() -> void:
_pause_game()
minigame_ui.lock()
await minigame_ui.repeat_stimulus_animation(true)
#await minigame_ui.repeat_stimulus_animation(true)
@warning_ignore("redundant_await")
await _play_stimulus()
await minigame_ui.repeat_stimulus_animation(false)
#await minigame_ui.repeat_stimulus_animation(false)
minigame_ui.unlock()
_pause_game()