Start TimelineTestScene in a more visible place

This commit is contained in:
Dean Herbert 2021-04-13 16:05:12 +09:00
parent 84e1ff79a0
commit a9652b7b25
1 changed files with 7 additions and 0 deletions

View File

@ -64,6 +64,13 @@ private void load(AudioManager audio)
});
}
protected override void LoadComplete()
{
base.LoadComplete();
Clock.Seek(2500);
}
public abstract Drawable CreateTestComponent();
private class AudioVisualiser : CompositeDrawable