1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:27:29 +08:00

lower kiai pulse brightness

This commit is contained in:
Xinnoh 2023-06-09 22:51:45 -07:00
parent 7bf73463f1
commit 0c42aa7f3b

View File

@ -32,7 +32,7 @@ namespace osu.Game.Rulesets.Taiko.Skinning.Default
private const double pre_beat_transition_time = 80;
private const float flash_opacity = 0.3f;
private const float flash_opacity = 0.15f;
[Resolved]
private DrawableHitObject drawableHitObject { get; set; } = null!;