Change RelativePositionAxes default on osu! logo to be both

This commit is contained in:
Jamie Taylor
2019-02-20 19:33:14 +09:00
parent 42039a0ce9
commit 9b3f2fdd24
4 changed files with 1 additions and 5 deletions

View File

@ -444,7 +444,6 @@ namespace osu.Game.Screens.Select
{
base.LogoArriving(logo, resuming);
logo.RelativePositionAxes = Axes.Both;
Vector2 position = new Vector2(0.95f, 0.96f);
if (logo.Alpha > 0.8f)