mirror of
https://github.com/ppy/osu.git
synced 2026-06-07 19:24:07 +08:00
Adjust metrics further
This commit is contained in:
@@ -68,8 +68,8 @@ namespace osu.Game.Screens.Menu
|
||||
Duration = RNG.NextSingle(particle_duration_min, particle_duration_max),
|
||||
StartAngle = getRandomVariance(4),
|
||||
EndAngle = getRandomVariance(2),
|
||||
EndScale = 1.4f + getRandomVariance(0.4f),
|
||||
Velocity = new Vector2(getCurrentAngle(), -1200 + getRandomVariance(100)),
|
||||
EndScale = 2.2f + getRandomVariance(0.4f),
|
||||
Velocity = new Vector2(getCurrentAngle(), -1400 + getRandomVariance(100)),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user