diff options
| author | CriticalFlaw <[email protected]> | 2017-02-18 14:01:42 -0700 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2017-02-18 14:01:42 -0700 |
| commit | 9af5265fb62d3a398409b1be4a058d7762a2c380 (patch) | |
| tree | 6f68667941e4182f6c9c6a8f7ff9619dc868ec2a /resource/ui/HudAmmoWeapons.res | |
| parent | 54dab300d1715a4fed8488a5b43d80c30e717597 (diff) | |
Minmode Reimplementation
- Added "_minmode" variables to files that use them
- Removed minmode folder and files
- Minmode can now be activated without needing to copy files over
Diffstat (limited to 'resource/ui/HudAmmoWeapons.res')
| -rw-r--r-- | resource/ui/HudAmmoWeapons.res | 39 |
1 files changed, 27 insertions, 12 deletions
diff --git a/resource/ui/HudAmmoWeapons.res b/resource/ui/HudAmmoWeapons.res index 4e41fdf..56d068c 100644 --- a/resource/ui/HudAmmoWeapons.res +++ b/resource/ui/HudAmmoWeapons.res @@ -40,10 +40,13 @@ { "ControlName" "CExLabel" "fieldName" "AmmoInClip" - "font" "CerbeticaBold56" + "font" "CerbeticaBold56" "fgcolor" "Ammo In Clip" "xpos" "-18" "ypos" "-11" + "font_minmode" "CerbeticaBold32" + "xpos_minmode" "-12" + "ypos_minmode" "-1" "zpos" "5" "wide" "80" "tall" "80" @@ -51,8 +54,7 @@ "enabled" "1" "textAlignment" "east" "labelText" "%Ammo%" - - } + } "AmmoInClipShadow" { "ControlName" "CExLabel" @@ -61,15 +63,17 @@ "fgcolor" "TransparentBlack" "xpos" "-16" "ypos" "-9" + "font_minmode" "CerbeticaBold32" + "xpos_minmode" "-10" + "ypos_minmode" "1" "zpos" "5" "wide" "80" "tall" "80" "visible" "0" "enabled" "1" "textAlignment" "east" - "labelText" "%Ammo%" - - } + "labelText" "%Ammo%" + } "AmmoInReserve" { "ControlName" "CExLabel" @@ -78,6 +82,9 @@ "fgcolor" "Ammo In Reserve" "xpos" "67" "ypos" "-10" + "font_minmode" "CerbeticaBold20" + "xpos_minmode" "73" + "ypos_minmode" "-1" "zpos" "7" "wide" "60" "tall" "80" @@ -85,7 +92,7 @@ "enabled" "1" "textAlignment" "west" "labelText" "%AmmoInReserve%" - } + } "AmmoInReserveShadow" { "ControlName" "CExLabel" @@ -94,6 +101,9 @@ "fgcolor" "TransparentBlack" "xpos" "68" "ypos" "-9" + "font_minmode" "CerbeticaBold20" + "xpos_minmode" "74" + "ypos_minmode" "0" "zpos" "7" "wide" "60" "tall" "80" @@ -101,7 +111,7 @@ "enabled" "1" "textAlignment" "west" "labelText" "%AmmoInReserve%" - } + } "AmmoNoClip" { "ControlName" "CExLabel" @@ -110,15 +120,18 @@ "fgcolor" "Ammo In Clip" "xpos" "26" "ypos" "-11" + "font_minmode" "CerbeticaBold32" + "xpos_minmode" "26" + "ypos_minmode" "-1" "zpos" "5" "wide" "100" "tall" "80" "visible" "0" "enabled" "1" - "textAlignment" "center" + "textAlignment" "center" "labelText" "%Ammo%" - } + } "AmmoNoClipShadow" { "ControlName" "CExLabel" @@ -127,6 +140,9 @@ "fgcolor" "TransparentBlack" "xpos" "28" "ypos" "-9" + "font_minmode" "CerbeticaBold32" + "xpos_minmode" "28" + "ypos_minmode" "1" "zpos" "5" "wide" "100" "tall" "80" @@ -134,6 +150,5 @@ "enabled" "1" "textAlignment" "center" "labelText" "%Ammo%" - - } + } } |
