mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Add back positional randomness from stable
This commit is contained in:
@ -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();
|
||||||
|
Reference in New Issue
Block a user