diff options
| author | RaysFire <[email protected]> | 2013-03-10 17:03:37 -0500 |
|---|---|---|
| committer | RaysFire <[email protected]> | 2013-03-10 17:03:37 -0500 |
| commit | 9da219a16d8697a4111dce7568fb4211d74e607e (patch) | |
| tree | 6b6b1e06c481985c42dd545073f5b1aefc458009 /resource | |
| parent | 09432500bcdf5286b245b4284a85ab6f2ce10ded (diff) | |
Added in the option to have white ammo colors.
Diffstat (limited to 'resource')
| -rw-r--r-- | resource/ui/HudAmmoWeapons-white.res | 139 |
1 files changed, 139 insertions, 0 deletions
diff --git a/resource/ui/HudAmmoWeapons-white.res b/resource/ui/HudAmmoWeapons-white.res new file mode 100644 index 0000000..f1b77c0 --- /dev/null +++ b/resource/ui/HudAmmoWeapons-white.res @@ -0,0 +1,139 @@ +"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" + "fgcolor" "TanLight" + "xpos" "-18" + "ypos" "-11" + "zpos" "5" + "wide" "80" + "tall" "80" + "visible" "0" + "enabled" "1" + "textAlignment" "east" + "labelText" "%Ammo%" + + } + "AmmoInClipShadow" + { + "ControlName" "CExLabel" + "fieldName" "AmmoInClipShadow" + "font" "CerbeticaBold56" + "fgcolor" "TransparentBlack" + "xpos" "-16" + "ypos" "-9" + "zpos" "5" + "wide" "80" + "tall" "80" + "visible" "0" + "enabled" "1" + "textAlignment" "east" + "labelText" "%Ammo%" + + } + "AmmoInReserve" + { + "ControlName" "CExLabel" + "fieldName" "AmmoInReserve" + "font" "CerbeticaBold32" + "fgcolor" "TanLight" + "xpos" "67" + "ypos" "-10" + "zpos" "7" + "wide" "60" + "tall" "80" + "visible" "0" + "enabled" "1" + "textAlignment" "west" + "labelText" "%AmmoInReserve%" + } + "AmmoInReserveShadow" + { + "ControlName" "CExLabel" + "fieldName" "AmmoInReserveShadow" + "font" "CerbeticaBold32" + "fgcolor" "TransparentBlack" + "xpos" "68" + "ypos" "-9" + "zpos" "7" + "wide" "60" + "tall" "80" + "visible" "0" + "enabled" "1" + "textAlignment" "west" + "labelText" "%AmmoInReserve%" + } + "AmmoNoClip" + { + "ControlName" "CExLabel" + "fieldName" "AmmoNoClip" + "font" "CerbeticaBold56" + "fgcolor" "TanLight" + "xpos" "26" + "ypos" "-11" + "zpos" "5" + "wide" "100" + "tall" "80" + "visible" "0" + "enabled" "1" + "textAlignment" "center" + "labelText" "%Ammo%" + + } + "AmmoNoClipShadow" + { + "ControlName" "CExLabel" + "fieldName" "AmmoNoClipShadow" + "font" "CerbeticaBold56" + "fgcolor" "TransparentBlack" + "xpos" "28" + "ypos" "-9" + "zpos" "5" + "wide" "100" + "tall" "80" + "visible" "0" + "enabled" "1" + "textAlignment" "center" + "labelText" "%Ammo%" + + } +} |
