Skip to content

Commit

Permalink
Remove party panel (being put into its own mod)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimatedSwine37 committed Feb 19, 2022
1 parent feaa9ed commit efc20f4
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 438 deletions.
287 changes: 0 additions & 287 deletions p4gpc.tinyadditions/Additions/ColouredPartyPanel.cs

This file was deleted.

36 changes: 0 additions & 36 deletions p4gpc.tinyadditions/Colour.cs

This file was deleted.

5 changes: 0 additions & 5 deletions p4gpc.tinyadditions/Configuration/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,5 @@ Need more config files/classes? See Configuration.cs
[Description("How far the symbol is away from the rank number (default is 13)")]
[Category("Addition Options")]
public float RankupReadySymbolOffset { get; set; } = 13.0f;

[DisplayName("Colourful Party Panel")]
[Description("Changes the colour of the party panel. Configure the colours in the \"Colourful Party Panel\" config.")]
[Category("Addition")]
public bool ColourfulPartyPanelEnabled { get; set; } = false;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ private IUpdatableConfigurable[] MakeConfigurations()
{
// Add more configurations here if needed.
Configurable<Config>.FromFile(Path.Combine(ModFolder, "Config.json"), "Main Config"),
Configurable<PartyPanelConfig>.FromFile(Path.Combine(ModFolder, "PartyPanelConfig.json"), "Party Panel Config")
};

// Add self-updating to configurations.
Expand Down
Loading

0 comments on commit efc20f4

Please sign in to comment.