Change "Fallback" to "Welcome" visually

This commit is contained in:
Shivam
2020-06-02 11:25:57 +02:00
parent 2aadb9deba
commit 3ae97c9634
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ namespace osu.Game.Configuration
public enum IntroSequence
{
Circles,
Fallback,
Welcome,
Triangles,
Random
}