Increase prelevel stage text delay to 1s
This commit is contained in:
parent
e7f637aec3
commit
0425b806b7
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ namespace src.Managers
|
|||
private IEnumerator PreInitGame()
|
||||
{
|
||||
_preStageUi.SetActive(true);
|
||||
yield return new WaitForSeconds(0.7f);
|
||||
yield return new WaitForSeconds(1f);
|
||||
_preStageUi.SetActive(false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue