1
0
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:
Dean Herbert
2023-07-21 14:23:53 +09:00
Unverified
parent b29a2081ac
commit 2cb1a6fdaa
+2 -2
View File
@@ -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)),
};
}