mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Adjust flashliht scaling to match classic
This commit is contained in:
@ -151,9 +151,9 @@ namespace osu.Game.Rulesets.Mods
|
||||
if (comboBasedSize)
|
||||
{
|
||||
if (combo >= 200)
|
||||
size *= 0.8f;
|
||||
size *= 0.625f;
|
||||
else if (combo >= 100)
|
||||
size *= 0.9f;
|
||||
size *= 0.8125f;
|
||||
}
|
||||
|
||||
return size;
|
||||
|
Reference in New Issue
Block a user