Adjust sizing to better fit glows within the playfield.

This commit is contained in:
smoogipooo
2017-05-22 19:50:01 +09:00
parent f8c419f9ba
commit 6cef3021c7
3 changed files with 5 additions and 5 deletions

View File

@ -145,7 +145,7 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables.Pieces
{
Type = EdgeEffectType.Glow,
Colour = AccentColour,
Radius = KiaiMode ? 50 : 8
Radius = KiaiMode ? 40 : 8
};
}
}