mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Minor visual change for DrawableHoldNoteTick.
This commit is contained in:
@ -11,6 +11,7 @@ using osu.Framework.Input;
|
||||
using OpenTK;
|
||||
using osu.Framework.Graphics.Containers;
|
||||
using osu.Game.Rulesets.Mania.Judgements;
|
||||
using osu.Framework.Extensions.IEnumerableExtensions;
|
||||
|
||||
namespace osu.Game.Rulesets.Mania.Objects.Drawables
|
||||
{
|
||||
@ -109,6 +110,8 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
|
||||
return;
|
||||
base.AccentColour = value;
|
||||
|
||||
tickContainer.Children.ForEach(t => t.AccentColour = value);
|
||||
|
||||
bodyPiece.AccentColour = value;
|
||||
headNote.AccentColour = value;
|
||||
tailNote.AccentColour = value;
|
||||
|
Reference in New Issue
Block a user