mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +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)
|
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(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)
|
private void addGameplayComponents(Container target, WorkingBeatmap working)
|
||||||
|
Loading…
Reference in New Issue
Block a user