Move filter container z depth and add hover fx

This commit is contained in:
Drew DeVault
2017-01-10 17:51:22 -05:00
parent 73e46ee8c0
commit 63031fbc3d
2 changed files with 40 additions and 16 deletions

View File

@ -127,11 +127,6 @@ namespace osu.Game.Screens.Select
},
}
},
new FilterSongSelect
{
Position = wedged_container_start_position,
RelativeSizeAxes = Axes.X,
},
carousel = new CarouselContainer
{
RelativeSizeAxes = Axes.Y,
@ -139,6 +134,11 @@ namespace osu.Game.Screens.Select
Anchor = Anchor.CentreRight,
Origin = Anchor.CentreRight,
},
new FilterSongSelect
{
Position = wedged_container_start_position,
RelativeSizeAxes = Axes.X,
},
beatmapInfoWedge = new BeatmapInfoWedge
{
Alpha = 0,