mirror of
https://github.com/ppy/osu
synced 2025-02-07 13:51:59 +00:00
add new background type in BackgroundScreenDefault
This commit is contained in:
parent
dec18ef826
commit
dde64adcb5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user