mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 19:42:55 +08:00
Add back positional randomness from stable
This commit is contained in:
parent
efd5acb8ab
commit
83024f1ec5
@ -60,7 +60,7 @@ namespace osu.Game.Graphics
|
|||||||
double direction = RNG.NextSingle(0, MathF.PI * 2);
|
double direction = RNG.NextSingle(0, MathF.PI * 2);
|
||||||
|
|
||||||
this.MoveTo(new Vector2(0.5f));
|
this.MoveTo(new Vector2(0.5f));
|
||||||
this.MoveTo(new Vector2(0.5f) + positionForOffset(0.5f), duration);
|
this.MoveTo(new Vector2(0.5f) + positionForOffset(RNG.NextSingle(0.5f)), duration);
|
||||||
|
|
||||||
this.FadeOutFromOne(duration);
|
this.FadeOutFromOne(duration);
|
||||||
Expire();
|
Expire();
|
||||||
|
Loading…
Reference in New Issue
Block a user