mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Use AccentColour everywhere in drawable osu! hit objects.
This commit is contained in:
@ -36,7 +36,7 @@ namespace osu.Game.Modes.Osu.Objects
|
||||
|
||||
public float Scale { get; set; } = 1;
|
||||
|
||||
public Color4 ComboColour { get; set; }
|
||||
public Color4 ComboColour { get; set; } = Color4.Black;
|
||||
public virtual bool NewCombo { get; set; }
|
||||
public int ComboIndex { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user