1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 19:22:54 +08:00

Change default OsuHitObject combo colour to gray

This makes it easier to see additive elements in testcases.
This commit is contained in:
Dean Herbert 2017-03-23 17:15:39 +09:00
parent 4644f6afdb
commit 0785dd8528
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -36,7 +36,7 @@ namespace osu.Game.Modes.Osu.Objects
public float Scale { get; set; } = 1;
public Color4 ComboColour { get; set; } = Color4.Black;
public Color4 ComboColour { get; set; } = Color4.Gray;
public virtual bool NewCombo { get; set; }
public int ComboIndex { get; set; }