Medal sprite, make MedalOverlay auto-show when loaded.

This commit is contained in:
DrabWeb
2017-06-24 01:19:44 -03:00
parent c71f34c507
commit 0133f9c086
4 changed files with 22 additions and 11 deletions

View File

@ -168,6 +168,8 @@ namespace osu.Game.Overlays
Colour = colours.Blue.Opacity(0.5f),
Radius = 50,
};
Show();
}
protected override void Update()