diff --git a/osu.Game/Screens/Menu/StarFountain.cs b/osu.Game/Screens/Menu/StarFountain.cs index debf0007eb..0d35f6e0e0 100644 --- a/osu.Game/Screens/Menu/StarFountain.cs +++ b/osu.Game/Screens/Menu/StarFountain.cs @@ -68,8 +68,8 @@ protected override FallingParticle CreateParticle() 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)), }; }