mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Fade background
This commit is contained in:
@ -219,6 +219,8 @@ namespace osu.Game.Screens.Ranking
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Background.FadeTo(0.5f, 150);
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -234,6 +236,8 @@ namespace osu.Game.Screens.Ranking
|
||||
panel.MoveTo(new Vector2(scorePanelList.CurrentScrollPosition + StatisticsPanel.SIDE_PADDING, panel.GetTrackingPosition().Y), 150, Easing.OutQuint);
|
||||
}
|
||||
}
|
||||
|
||||
Background.FadeTo(0.1f, 150);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user