mirror of
https://github.com/ppy/osu
synced 2024-12-27 01:12:45 +00:00
Make DefaultComboColours a property
This commit is contained in:
parent
55be4478aa
commit
ff5e6c0dcf
@ -20,7 +20,7 @@ namespace osu.Game.Skinning
|
||||
/// </summary>
|
||||
internal bool AllowDefaultComboColoursFallback = true;
|
||||
|
||||
public static List<Color4> DefaultComboColours = new List<Color4>
|
||||
public static List<Color4> DefaultComboColours { get; } = new List<Color4>
|
||||
{
|
||||
new Color4(255, 192, 0, 255),
|
||||
new Color4(0, 202, 0, 255),
|
||||
|
Loading…
Reference in New Issue
Block a user