mirror of
https://github.com/ppy/osu.git
synced 2025-03-22 21:00:33 +08: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…
x
Reference in New Issue
Block a user