mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
add new background type in BackgroundScreenDefault
This commit is contained in:
@ -110,6 +110,10 @@ namespace osu.Game.Screens.Backgrounds
|
||||
newBackground = new BeatmapBackground(beatmap.Value, backgroundName);
|
||||
break;
|
||||
|
||||
case BackgroundSource.BeatmapWithStoryboard:
|
||||
newBackground = new BeatmapBackgroundWithStoryboard(beatmap.Value, backgroundName);
|
||||
break;
|
||||
|
||||
default:
|
||||
newBackground = new SkinnedBackground(skin.Value, backgroundName);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user