mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Change hash to be lowercase and change sample directories
This commit is contained in:
@ -72,7 +72,7 @@ namespace osu.Game.Screens.Menu
|
||||
MenuVoice = config.GetBindable<bool>(OsuSetting.MenuVoice);
|
||||
MenuMusic = config.GetBindable<bool>(OsuSetting.MenuMusic);
|
||||
|
||||
Seeya = audio.Samples.Get(@"Intro/lazer/seeya");
|
||||
Seeya = audio.Samples.Get(@"Intro/seeya");
|
||||
|
||||
BeatmapSetInfo setInfo = null;
|
||||
|
||||
|
Reference in New Issue
Block a user