Merge pull request #8179 from peppy/tournament-design-win

Implement 2020 win screen design
This commit is contained in:
Dan Balasescu
2020-03-09 19:33:42 +09:00
committed by GitHub
2 changed files with 44 additions and 89 deletions

View File

@ -64,6 +64,12 @@ namespace osu.Game.Tournament.Components
}
}
public void Reset()
{
if (manualClock != null)
manualClock.CurrentTime = 0;
}
protected override void Update()
{
base.Update();