mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +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:
@ -67,7 +67,7 @@ namespace osu.Game.Screens.Menu
|
||||
MenuVoice = config.GetBindable<bool>(OsuSetting.MenuVoice);
|
||||
MenuMusic = config.GetBindable<bool>(OsuSetting.MenuMusic);
|
||||
|
||||
Seeya = audio.Samples.Get(@"Intro/seeya-lazer");
|
||||
Seeya = audio.Samples.Get(@"Intro/lazer/seeya");
|
||||
|
||||
BeatmapSetInfo setInfo = null;
|
||||
|
||||
|
Reference in New Issue
Block a user