1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 22:42:57 +08:00

Adjust difficulty panel offsets slightly.

This commit is contained in:
Dean Herbert 2016-11-24 13:33:32 +09:00
parent bb0424f83f
commit 311b5c623c

View File

@ -77,6 +77,8 @@ namespace osu.Game.Screens.Select
foreach (BeatmapPanel panel in group.BeatmapPanels)
{
panel.MoveToX(-50, 500, EasingTypes.OutExpo);
if (panel == SelectedPanel)
selectedY = currentY + panel.DrawHeight / 2 - DrawHeight / 2;