diff options
| author | igor.nikitin <[email protected]> | 2019-04-16 10:34:42 -0400 |
|---|---|---|
| committer | igor.nikitin <[email protected]> | 2019-04-16 10:34:42 -0400 |
| commit | 9f90bde42f138a30d5923b0af185f6edf08f37ac (patch) | |
| tree | 749bb19e39ede710bb0a26e20e44efef582efd9b /resource/ui/HudAmmoWeapons.res | |
| parent | ec3df8a0c97da75c4ed900b5f1de43c1a802f39c (diff) | |
Moving Files for Lowercasing
Diffstat (limited to 'resource/ui/HudAmmoWeapons.res')
| -rw-r--r-- | resource/ui/HudAmmoWeapons.res | 139 |
1 files changed, 0 insertions, 139 deletions
diff --git a/resource/ui/HudAmmoWeapons.res b/resource/ui/HudAmmoWeapons.res deleted file mode 100644 index c25167a..0000000 --- a/resource/ui/HudAmmoWeapons.res +++ /dev/null @@ -1,139 +0,0 @@ -"Resource/UI/HudAmmoWeapons.res" -{ - "HudWeaponAmmoBG" - { - "ControlName" "CTFImagePanel" - "fieldName" "HudWeaponAmmoBG" - "xpos" "9999" - } - - "HudWeaponLowAmmoImage" - { - "ControlName" "ImagePanel" - "fieldName" "HudWeaponLowAmmoImage" - "xpos" "9999" - } - - "AmmoInClip" - { - "ControlName" "CExLabel" - "fieldName" "AmmoInClip" - "font" "CerbeticaBold56" - "font_minmode" "CerbeticaBold32" - "fgcolor" "Ammo In Clip" - "xpos" "-18" - "ypos" "-11" - "xpos_minmode" "-12" - "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" "-2" - "ypos" "-2" - "zpos" "5" - "wide" "80" - "tall" "80" - "visible" "0" - "enabled" "1" - "textAlignment" "east" - "labelText" "%Ammo%" - - "pin_to_sibling" "AmmoInClip" - "pin_corner_to_sibling" "PIN_TOPLEFT" - "pin_to_sibling_corner" "PIN_TOPLEFT" - } - - "AmmoInReserve" - { - "ControlName" "CExLabel" - "fieldName" "AmmoInReserve" - "font" "CerbeticaBold32" - "font_minmode" "CerbeticaBold20" - "fgcolor" "Ammo In Reserve" - "xpos" "67" - "ypos" "-10" - "xpos_minmode" "73" - "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" "-2" - "ypos" "-2" - "zpos" "7" - "wide" "60" - "tall" "80" - "visible" "0" - "enabled" "1" - "textAlignment" "west" - "labelText" "%AmmoInReserve%" - - "pin_to_sibling" "AmmoInReserve" - "pin_corner_to_sibling" "PIN_TOPLEFT" - "pin_to_sibling_corner" "PIN_TOPLEFT" - } - - "AmmoNoClip" - { - "ControlName" "CExLabel" - "fieldName" "AmmoNoClip" - "font" "CerbeticaBold56" - "font_minmode" "CerbeticaBold32" - "fgcolor" "Ammo In Clip" - "xpos" "26" - "ypos" "-11" - "xpos_minmode" "26" - "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" "-2" - "ypos" "-2" - "zpos" "5" - "wide" "100" - "tall" "80" - "visible" "0" - "enabled" "1" - "textAlignment" "center" - "labelText" "%Ammo%" - - "pin_to_sibling" "AmmoNoClip" - "pin_corner_to_sibling" "PIN_TOPLEFT" - "pin_to_sibling_corner" "PIN_TOPLEFT" - } -}
\ No newline at end of file |
