Add scrolling gameplay visualisation mode to latency certifier

This commit is contained in:
Dean Herbert
2022-06-13 17:18:32 +09:00
parent fd09760421
commit f997886142
4 changed files with 222 additions and 0 deletions

View File

@ -7,6 +7,7 @@ namespace osu.Game.Screens.Utility
public enum LatencyVisualMode
{
CircleGameplay,
ScrollingGameplay,
Simple,
}
}