From df288cfafc687d8aad8bb05b0413ce8b173317f3 Mon Sep 17 00:00:00 2001 From: Ian Bruton Date: Mon, 24 Sep 2012 02:33:37 -0500 Subject: Initial Upload --- resource/ui/HudAmmoWeapons.res | 139 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 resource/ui/HudAmmoWeapons.res (limited to 'resource/ui/HudAmmoWeapons.res') diff --git a/resource/ui/HudAmmoWeapons.res b/resource/ui/HudAmmoWeapons.res new file mode 100644 index 0000000..3636da5 --- /dev/null +++ b/resource/ui/HudAmmoWeapons.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" "CerbeticaBold72" + "fgcolor" "48 255 48 255" + "xpos" "-13" + "ypos" "-20" + "zpos" "5" + "wide" "60" + "tall" "80" + "visible" "0" + "enabled" "1" + "textAlignment" "east" + "labelText" "%Ammo%" + + } + "AmmoInClipShadow" + { + "ControlName" "CExLabel" + "fieldName" "AmmoInClipShadow" + "font" "CerbeticaBold72" + "fgcolor" "TransparentBlack" + "xpos" "-11" + "ypos" "-18" + "zpos" "5" + "wide" "60" + "tall" "80" + "visible" "0" + "enabled" "1" + "textAlignment" "east" + "labelText" "%Ammo%" + + } + "AmmoInReserve" + { + "ControlName" "CExLabel" + "fieldName" "AmmoInReserve" + "font" "CerbeticaBold32" + "fgcolor" "72 255 255 255" + "xpos" "52" + "ypos" "-18" + "zpos" "7" + "wide" "60" + "tall" "80" + "visible" "0" + "enabled" "1" + "textAlignment" "west" + "labelText" "%AmmoInReserve%" + } + "AmmoInReserveShadow" + { + "ControlName" "CExLabel" + "fieldName" "AmmoInReserveShadow" + "font" "CerbeticaBold32" + "fgcolor" "TransparentBlack" + "xpos" "54" + "ypos" "-16" + "zpos" "7" + "wide" "60" + "tall" "80" + "visible" "0" + "enabled" "1" + "textAlignment" "west" + "labelText" "%AmmoInReserve%" + } + "AmmoNoClip" + { + "ControlName" "CExLabel" + "fieldName" "AmmoNoClip" + "font" "CerbeticaBold72" + "fgcolor" "48 255 48 255" + "xpos" "1" + "ypos" "-20" + "zpos" "5" + "wide" "100" + "tall" "80" + "visible" "0" + "enabled" "1" + "textAlignment" "center" + "labelText" "%Ammo%" + + } + "AmmoNoClipShadow" + { + "ControlName" "CExLabel" + "fieldName" "AmmoNoClipShadow" + "font" "CerbeticaBold72" + "fgcolor" "TransparentBlack" + "xpos" "3" + "ypos" "-18" + "zpos" "5" + "wide" "100" + "tall" "80" + "visible" "0" + "enabled" "1" + "textAlignment" "center" + "labelText" "%Ammo%" + + } +} -- cgit v1.2.3