mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:57:36 +08:00
Skip first run setup in OsuGameTestScene
s
This commit is contained in:
parent
ce70c10afa
commit
e8adbb319b
@ -156,6 +156,7 @@ namespace osu.Game.Tests.Visual
|
||||
base.LoadComplete();
|
||||
|
||||
LocalConfig.SetValue(OsuSetting.IntroSequence, IntroSequence.Circles);
|
||||
LocalConfig.SetValue(OsuSetting.ShowFirstRunSetup, false);
|
||||
|
||||
API.Login("Rhythm Champion", "osu!");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user