reduce splash time

This commit is contained in:
Ellpeck 2020-06-03 12:17:56 +02:00
parent 2554d4c7cc
commit edf295fc40

View file

@ -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);