mirror of
https://github.com/ppy/osu.git
synced 2025-01-31 05:32:57 +08:00
Enable seasonal
This commit is contained in:
parent
62e536baf6
commit
26a5f8b4f9
@ -11,7 +11,7 @@ namespace osu.Game.Seasonal
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public static class SeasonalUIConfig
|
public static class SeasonalUIConfig
|
||||||
{
|
{
|
||||||
public static readonly bool ENABLED = false;
|
public static readonly bool ENABLED = true;
|
||||||
|
|
||||||
public static readonly Color4 PRIMARY_COLOUR_1 = Color4Extensions.FromHex(@"D32F2F");
|
public static readonly Color4 PRIMARY_COLOUR_1 = Color4Extensions.FromHex(@"D32F2F");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user