Stop the logo from beating

This commit is contained in:
Dean Herbert
2018-05-31 17:14:47 +09:00
parent c161d82474
commit 7487c82ec1
3 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,7 @@ namespace osu.Game.Screens
{
base.LogoArriving(logo, resuming);
logo.BeatMatching = false;
logo.Triangles = false;
logo.Origin = Anchor.BottomRight;
logo.Anchor = Anchor.BottomRight;