mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Rename IntroFallback classes to IntroLegacy
This commit also renames files accordingly with https://github.com/ppy/osu-resources/pull/103
This commit is contained in:
@ -52,7 +52,7 @@ namespace osu.Game.Screens
|
||||
return new IntroCircles();
|
||||
|
||||
case IntroSequence.Welcome:
|
||||
return new IntroFallback();
|
||||
return new IntroLegacy();
|
||||
|
||||
default:
|
||||
return new IntroTriangles();
|
||||
|
Reference in New Issue
Block a user