diff options
| author | CriticalFlaw <[email protected]> | 2020-08-05 14:39:00 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-08-05 14:39:00 -0400 |
| commit | ff348d625bc18045151da09c351090fd6a290624 (patch) | |
| tree | 5740adb3e7cd41704f901ba6fbe76c0e39baf1dd /resource/ui/hudammoweapons-white.res | |
| parent | 3963d7d8341fd29cbc47562810ffd124eed2dc94 (diff) | |
Updated Icons, Main Menu, Client Scheme
- Replaced multiple images with fonts to reduce space.
- Updated the main menu and the client scheme.
- Removed certain cp_icon files to correct visual glitches.
- Removed unused files.
Diffstat (limited to 'resource/ui/hudammoweapons-white.res')
| -rw-r--r-- | resource/ui/hudammoweapons-white.res | 153 |
1 files changed, 0 insertions, 153 deletions
diff --git a/resource/ui/hudammoweapons-white.res b/resource/ui/hudammoweapons-white.res deleted file mode 100644 index 660f0b7..0000000 --- a/resource/ui/hudammoweapons-white.res +++ /dev/null @@ -1,153 +0,0 @@ -"Resource/UI/HudAmmoWeapons.res" -{ - "HudWeaponAmmoBG" - { - "ControlName" "CTFImagePanel" - "fieldName" "HudWeaponAmmoBG" - "xpos" "9999" - "ypos" "9999" - "zpos" "1" - "wide" "90" - "tall" "45" - "visible" "0" - "enabled" "1" - "image" "../hud/ammo_blue_bg" - "scaleImage" "1" - "teambg_2" "../hud/ammo_red_bg" - "teambg_2_lodef" "../hud/ammo_red_bg_lodef" - "teambg_3" "../hud/ammo_blue_bg" - "teambg_3_lodef" "../hud/ammo_blue_bg_lodef" - } - "HudWeaponLowAmmoImage" - { - "ControlName" "ImagePanel" - "fieldName" "HudWeaponLowAmmoImage" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "90" - "tall" "45" - "visible" "0" - "enabled" "0" - "image" "../hud/ammo_red_bg" - "scaleImage" "1" - "teambg_2" "../hud/ammo_red_bg" - "teambg_2_lodef" "../hud/ammo_red_bg_lodef" - "teambg_3" "../hud/ammo_blue_bg" - "teambg_3_lodef" "../hud/ammo_blue_bg_lodef" - } - "AmmoInClip" - { - "ControlName" "CExLabel" - "fieldName" "AmmoInClip" - "font" "CerbeticaBold56" - "font_minmode" "CerbeticaBold32" - "fgcolor" "TanLight" - "xpos" "-18" - "ypos" "-11" - "xpos_minmode" "-16" - "ypos_minmode" "-1" - "zpos" "5" - "wide" "80" - "tall" "80" - "visible" "0" - "enabled" "1" - "textAlignment" "east" - "labelText" "%Ammo%" - } - "AmmoInClipShadow" - { - "ControlName" "CExLabel" - "fieldName" "AmmoInClipShadow" - "font" "CerbeticaBold56" - "font_minmode" "CerbeticaBold32" - "fgcolor" "TransparentBlack" - "xpos" "-16" - "ypos" "-9" - "xpos_minmode" "-14" - "ypos_minmode" "1" - "zpos" "5" - "wide" "80" - "tall" "80" - "visible" "0" - "enabled" "1" - "textAlignment" "east" - "labelText" "%Ammo%" - } - "AmmoInReserve" - { - "ControlName" "CExLabel" - "fieldName" "AmmoInReserve" - "font" "CerbeticaBold32" - "font_minmode" "CerbeticaBold20" - "fgcolor" "TanLight" - "xpos" "67" - "ypos" "-10" - "xpos_minmode" "69" - "ypos_minmode" "-1" - "zpos" "7" - "wide" "60" - "tall" "80" - "visible" "0" - "enabled" "1" - "textAlignment" "west" - "labelText" "%AmmoInReserve%" - } - "AmmoInReserveShadow" - { - "ControlName" "CExLabel" - "fieldName" "AmmoInReserveShadow" - "font" "CerbeticaBold32" - "font_minmode" "CerbeticaBold20" - "fgcolor" "TransparentBlack" - "xpos" "68" - "ypos" "-9" - "xpos_minmode" "70" - "ypos_minmode" "0" - "zpos" "7" - "wide" "60" - "tall" "80" - "visible" "0" - "enabled" "1" - "textAlignment" "west" - "labelText" "%AmmoInReserve%" - } - "AmmoNoClip" - { - "ControlName" "CExLabel" - "fieldName" "AmmoNoClip" - "font" "CerbeticaBold56" - "font_minmode" "CerbeticaBold32" - "fgcolor" "TanLight" - "xpos" "26" - "ypos" "-11" - "xpos_minmode" "22" - "ypos_minmode" "-1" - "zpos" "5" - "wide" "100" - "tall" "80" - "visible" "0" - "enabled" "1" - "textAlignment" "center" - "labelText" "%Ammo%" - } - "AmmoNoClipShadow" - { - "ControlName" "CExLabel" - "fieldName" "AmmoNoClipShadow" - "font" "CerbeticaBold56" - "font_minmode" "CerbeticaBold32" - "fgcolor" "TransparentBlack" - "xpos" "28" - "ypos" "-9" - "xpos_minmode" "24" - "ypos_minmode" "1" - "zpos" "5" - "wide" "100" - "tall" "80" - "visible" "0" - "enabled" "1" - "textAlignment" "center" - "labelText" "%Ammo%" - } -}
\ No newline at end of file |
