Slight improvements to tutorial
This commit is contained in:
parent
70f8b019f8
commit
e2e09b155e
3 changed files with 6 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
@ -463,7 +463,7 @@ func tutorial_5():
|
|||
$TutorialPanel/zero.visible = true
|
||||
$TutorialPanel/done.visible = true
|
||||
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
|
||||
Global.tutorialComplete = true
|
||||
tutorial_6()
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue