Skip to content

Commit

Permalink
Enable seasonal
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Dec 24, 2024
1 parent 62e536b commit 26a5f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game/Seasonal/SeasonalUIConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

1 comment on commit 26a5f8b

@Artcens
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wow

Please sign in to comment.