diff options
| author | Igor <[email protected]> | 2020-08-07 20:52:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-07 20:52:22 -0400 |
| commit | c8ba1648bd2752ba647b09f164739a7c5ff83734 (patch) | |
| tree | 00124ff378826238f3338b3e4966ad1950c965e2 /resource/ui/disguisestatuspanel.res | |
| parent | 21fed14fc11e2021ff767e2bec34d8d0fa20715f (diff) | |
| parent | e391ac81598292127c356fcb6adbd83db72c5888 (diff) | |
Merge pull request #149 from raysfire/dev
v2020.0808
Diffstat (limited to 'resource/ui/disguisestatuspanel.res')
| -rw-r--r-- | resource/ui/disguisestatuspanel.res | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/resource/ui/disguisestatuspanel.res b/resource/ui/disguisestatuspanel.res index a0ceb2a..dd185c2 100644 --- a/resource/ui/disguisestatuspanel.res +++ b/resource/ui/disguisestatuspanel.res @@ -37,7 +37,7 @@ "tall" "30" "visible" "1" "enabled" "1" - "bgcolor_override" "HudBlack" + "bgcolor_override" "TransparentBlack" "PaintBackgroundType" "0" } @@ -69,11 +69,11 @@ { "ControlName" "Label" "fieldName" "DisguiseNameLabel" - "font" "Cerbetica14" + "font" "HudFontSmall" "xpos" "35" "ypos" "0" "zpos" "1" - "wide" "120" + "wide" "115" "tall" "15" "autoResize" "0" "pinCorner" "0" @@ -89,16 +89,16 @@ { "ControlName" "Label" "fieldName" "DisguiseNameLabelShadow" - "font" "Cerbetica14" + "font" "HudFontSmall" "xpos" "-1" "ypos" "-1" "zpos" "1" - "wide" "120" + "wide" "115" "tall" "15" "autoResize" "0" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "labelText" "%disguisename%" "textAlignment" "west" "dulltext" "0" @@ -114,11 +114,11 @@ { "ControlName" "Label" "fieldName" "WeaponNameLabel" - "font" "Cerbetica14" + "font" "HudFontSmallest" "xpos" "35" "ypos" "15" "zpos" "1" - "wide" "120" + "wide" "115" "tall" "15" "autoResize" "0" "pinCorner" "0" @@ -134,16 +134,16 @@ { "ControlName" "Label" "fieldName" "WeaponNameLabelShadow" - "font" "Cerbetica14" + "font" "HudFontSmallest" "xpos" "-1" "ypos" "-1" "zpos" "1" - "wide" "120" + "wide" "115" "tall" "15" "autoResize" "0" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "labelText" "%weaponname%" "textAlignment" "west" "dulltext" "0" @@ -167,7 +167,7 @@ "visible" "1" "enabled" "1" "HealthBonusPosAdj" "10" - "HealthDeathWarning" "0.49" + "HealthDeathWarning" "0.49" "TFFont" "HudFontSmall" "HealthDeathWarningColor" "HUDDeathWarning" "TextColor" "HudOffWhite" |
