Slight improvements to tutorial

This commit is contained in:
Paul Black 2023-05-28 23:37:11 -06:00
parent 70f8b019f8
commit e2e09b155e
3 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -463,7 +463,7 @@ func tutorial_5():
$TutorialPanel/zero.visible = true $TutorialPanel/zero.visible = true
$TutorialPanel/done.visible = true $TutorialPanel/done.visible = true
play_audio(load("res://voice/tutorial/tutorial_5.mp3")) play_audio(load("res://voice/tutorial/tutorial_5.mp3"))
await get_tree().create_timer(14).timeout await get_tree().create_timer(17).timeout
$TutorialPanel.visible = false $TutorialPanel.visible = false
Global.tutorialComplete = true Global.tutorialComplete = true
tutorial_6() tutorial_6()

Binary file not shown.