1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-30 22:22:59 +08:00

Enable seasonal

This commit is contained in:
Dean Herbert 2024-12-24 23:57:16 +09:00
parent 62e536baf6
commit 26a5f8b4f9
No known key found for this signature in database

View File

@ -11,7 +11,7 @@ namespace osu.Game.Seasonal
/// </summary>
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");