mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +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 DrawableRimHit(Hit hit)
|
||||
: base(hit)
|
||||
{
|
||||
Circle.Add(new RimHitSymbolPiece());
|
||||
MainPiece.Add(new RimHitSymbolPiece());
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OsuColour colours)
|
||||
{
|
||||
Circle.AccentColour = colours.BlueDarker;
|
||||
MainPiece.AccentColour = colours.BlueDarker;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user