Update Animation Length
This commit is contained in:
parent
f4cf586606
commit
8ffa174660
@ -19,13 +19,13 @@ public class FetchingScoresAnimation : MonoBehaviour
|
|||||||
while (true)
|
while (true)
|
||||||
{
|
{
|
||||||
textComponent.text = "Fetching Scores";
|
textComponent.text = "Fetching Scores";
|
||||||
await Task.Delay(1000);
|
await Task.Delay(200);
|
||||||
textComponent.text = "Fetching Scores.";
|
textComponent.text = "Fetching Scores.";
|
||||||
await Task.Delay(1000);
|
await Task.Delay(200);
|
||||||
textComponent.text = "Fetching Scores..";
|
textComponent.text = "Fetching Scores..";
|
||||||
await Task.Delay(1000);
|
await Task.Delay(200);
|
||||||
textComponent.text = "Fetching Scores...";
|
textComponent.text = "Fetching Scores...";
|
||||||
await Task.Delay(1000);
|
await Task.Delay(200);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user