Skip to content

Commit

Permalink
Merge pull request ddnet#7663 from eghwand/pr_sameclancolor_setting
Browse files Browse the repository at this point in the history
Add ui setting cl_same_clan_color
  • Loading branch information
def- authored Dec 16, 2023
2 parents 5b5253c + 2993d3a commit 6626297
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/game/client/components/menus_settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2980,7 +2980,9 @@ void CMenus::RenderSettingsAppearance(CUIRect MainView)
Section.HSplitTop(LineSize, &Button, &Section);
ColorRGBA GreenDefault(0.78f, 1.0f, 0.8f, 1.0f);
static CButtonContainer s_AuthedColor;
static CButtonContainer s_SameClanColor;
DoLine_ColorPicker(&s_AuthedColor, 25.0f, 13.0f, 5.0f, &Button, Localize("Authed name color in scoreboard"), &g_Config.m_ClAuthedPlayerColor, GreenDefault, false);
DoLine_ColorPicker(&s_SameClanColor, 25.0f, 13.0f, 5.0f, &Button, Localize("Same clan color in scoreboard"), &g_Config.m_ClSameClanColor, GreenDefault, false);
}
else if(s_CurTab == APPEARANCE_TAB_HOOK_COLLISION)
{
Expand Down

0 comments on commit 6626297

Please sign in to comment.