mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Start TimelineTestScene in a more visible place
This commit is contained in:
@ -64,6 +64,13 @@ namespace osu.Game.Tests.Visual.Editing
|
||||
});
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
Clock.Seek(2500);
|
||||
}
|
||||
|
||||
public abstract Drawable CreateTestComponent();
|
||||
|
||||
private class AudioVisualiser : CompositeDrawable
|
||||
|
Reference in New Issue
Block a user