mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 00:42:55 +08:00
Move video behind storyboard
This commit is contained in:
parent
e1de0b0537
commit
2381b4c003
@ -143,8 +143,8 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
private void addUnderlayComponents(Container target)
|
||||
{
|
||||
target.Add(DimmableStoryboard = new DimmableStoryboard(Beatmap.Value.Storyboard) { RelativeSizeAxes = Axes.Both });
|
||||
target.Add(DimmableVideo = new DimmableVideo(Beatmap.Value.Video) { RelativeSizeAxes = Axes.Both });
|
||||
target.Add(DimmableStoryboard = new DimmableStoryboard(Beatmap.Value.Storyboard) { RelativeSizeAxes = Axes.Both });
|
||||
}
|
||||
|
||||
private void addGameplayComponents(Container target, WorkingBeatmap working)
|
||||
|
Loading…
Reference in New Issue
Block a user