mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
GameMode -> Screen.
This commit is contained in:
@ -5,8 +5,8 @@ using osu.Game.Screens.Backgrounds;
|
||||
|
||||
namespace osu.Game.Screens.Select
|
||||
{
|
||||
class MatchSongSelect : GameModeWhiteBox
|
||||
class MatchSongSelect : ScreenWhiteBox
|
||||
{
|
||||
protected override BackgroundMode CreateBackground() => new BackgroundModeCustom(@"Backgrounds/bg4");
|
||||
protected override BackgroundScreen CreateBackground() => new BackgroundScreenCustom(@"Backgrounds/bg4");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user