Skip to content

Commit

Permalink
Added new RainbowOnFirstPlace position option
Browse files Browse the repository at this point in the history
  • Loading branch information
Exomanz committed Jul 14, 2024
1 parent 2365d2e commit 02edeb6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions UITweaks/Config/PositionConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ public class PositionConfig : UITweaksConfigBase
/// </summary>
public virtual bool UseStaticColorForStaticPanel { get; set; } = false;

/// <summary>
/// Controls the rainbow effect of the <i>dynamic</i> first place text.
/// </summary>
public virtual bool RainbowOnFirstPlace { get; set; } = false;

/// <summary>
/// The <see cref="Color"/> of the player count section of the Position Panel.
/// <br></br>This will only take effect if <see cref="UseStaticColorForPlayerCount"/> is <see langword="true"/>.
Expand Down

0 comments on commit 02edeb6

Please sign in to comment.