reduce splash time
This commit is contained in:
parent
2554d4c7cc
commit
edf295fc40
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ namespace TouchyTickets {
|
|||
center.DrawAlpha += 0.01F;
|
||||
yield return new WaitEvent(CoroutineEvents.Update);
|
||||
}
|
||||
yield return new WaitSeconds(1.5);
|
||||
yield return new WaitSeconds(1);
|
||||
while (center.DrawAlpha > 0) {
|
||||
center.DrawAlpha -= 0.01F;
|
||||
yield return new WaitEvent(CoroutineEvents.Update);
|
||||
|
|
Loading…
Reference in a new issue