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:
parent
2aadb9deba
commit
3ae97c9634
@ -6,7 +6,7 @@ namespace osu.Game.Configuration
|
||||
public enum IntroSequence
|
||||
{
|
||||
Circles,
|
||||
Fallback,
|
||||
Welcome,
|
||||
Triangles,
|
||||
Random
|
||||
}
|
||||
|
@ -51,7 +51,7 @@ namespace osu.Game.Screens
|
||||
case IntroSequence.Circles:
|
||||
return new IntroCircles();
|
||||
|
||||
case IntroSequence.Fallback:
|
||||
case IntroSequence.Welcome:
|
||||
return new IntroFallback();
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user