mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 15:03:13 +08:00
Make kiai hit explosions slightly more prominent.
This commit is contained in:
parent
c29f4b2ee8
commit
56fe97a147
@ -31,7 +31,7 @@ namespace osu.Game.Rulesets.Taiko.UI
|
||||
Size = new Vector2(TaikoHitObject.DEFAULT_CIRCLE_DIAMETER, 1);
|
||||
|
||||
Masking = true;
|
||||
Alpha = 0.15f;
|
||||
Alpha = 0.25f;
|
||||
|
||||
Children = new[]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user