1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-24 19:17:20 +08:00

Disable seasonal for now

This commit is contained in:
Dean Herbert 2024-12-20 15:32:00 +09:00
parent 3fc9990411
commit 7ebc9dd843
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 = true;
public static readonly bool ENABLED = false;
public static readonly Color4 PRIMARY_COLOUR_1 = Color4Extensions.FromHex(@"D32F2F");