Fix Loader and TestCaseLoaderAnimation

This commit is contained in:
Dean Herbert
2019-03-27 22:27:53 +09:00
parent a14701619e
commit 5c4f2cefea
2 changed files with 14 additions and 7 deletions

View File

@ -36,6 +36,7 @@ namespace osu.Game.Screens
logo.BeatMatching = false;
logo.Triangles = false;
logo.RelativePositionAxes = Axes.None;
logo.Origin = Anchor.BottomRight;
logo.Anchor = Anchor.BottomRight;
logo.Position = new Vector2(-40);