1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 22:22:54 +08:00

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
}

View File

@ -51,7 +51,7 @@ namespace osu.Game.Screens
case IntroSequence.Circles:
return new IntroCircles();
case IntroSequence.Fallback:
case IntroSequence.Welcome:
return new IntroFallback();
default: