Reset win screen video on display; add fade in transition

This commit is contained in:
Dean Herbert
2020-03-08 14:23:13 +09:00
parent 4d74493289
commit a85cef2f06
2 changed files with 17 additions and 2 deletions

View File

@ -60,6 +60,8 @@ namespace osu.Game.Tournament.Components
}
}
public void Reset() => manualClock.CurrentTime = 0;
protected override void Update()
{
base.Update();