mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Major rsefinements to taiko drawable classes.
This commit is contained in:
@ -15,13 +15,13 @@ namespace osu.Game.Modes.Taiko.Objects.Drawables
|
||||
public DrawableCentreHit(Hit hit)
|
||||
: base(hit)
|
||||
{
|
||||
Circle.Add(new CentreHitSymbolPiece());
|
||||
MainPiece.Add(new CentreHitSymbolPiece());
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OsuColour colours)
|
||||
{
|
||||
Circle.AccentColour = colours.PinkDarker;
|
||||
MainPiece.AccentColour = colours.PinkDarker;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user