mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 07:43:00 +08:00
Implement kiai flashing for legacy taiko skins
This commit is contained in:
parent
59213fc00b
commit
a21acdb5bc
@ -45,7 +45,7 @@ namespace osu.Game.Rulesets.Taiko.Skinning.Legacy
|
||||
}
|
||||
|
||||
// backgroundLayer is guaranteed to exist due to the pre-check in TaikoLegacySkinTransformer.
|
||||
AddInternal(backgroundLayer = getDrawableFor("circle"));
|
||||
AddInternal(backgroundLayer = new LegacyKiaiFlashingDrawable(() => getDrawableFor("circle")));
|
||||
|
||||
var foregroundLayer = getDrawableFor("circleoverlay");
|
||||
if (foregroundLayer != null)
|
||||
|
Loading…
Reference in New Issue
Block a user