mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 07:42:55 +08:00
Make test run multiple times
This commit is contained in:
parent
83024f1ec5
commit
fe025043bd
@ -16,15 +16,15 @@ namespace osu.Game.Tests.Visual.Gameplay
|
|||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(TextureStore textures)
|
private void load(TextureStore textures)
|
||||||
{
|
{
|
||||||
AddStep(@"display", () =>
|
AddRepeatStep(@"display", () =>
|
||||||
{
|
{
|
||||||
Child = new ParticleExplosion(textures.Get("Cursor/cursortrail"), 150, 1200)
|
Child = new ParticleExplosion(textures.Get("Cursor/cursortrail"), 150, 1200)
|
||||||
{
|
{
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Size = new Vector2(200)
|
Size = new Vector2(400)
|
||||||
};
|
};
|
||||||
});
|
}, 10);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user