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 /minmode/resource/ui/HudAmmoWeapons-white.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 'minmode/resource/ui/HudAmmoWeapons-white.res')
| -rw-r--r-- | minmode/resource/ui/HudAmmoWeapons-white.res | 139 |
1 files changed, 0 insertions, 139 deletions
diff --git a/minmode/resource/ui/HudAmmoWeapons-white.res b/minmode/resource/ui/HudAmmoWeapons-white.res deleted file mode 100644 index 7b3e966..0000000 --- a/minmode/resource/ui/HudAmmoWeapons-white.res +++ /dev/null @@ -1,139 +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" "CerbeticaBold32" - "fgcolor" "TanLight" - "xpos" "-16" - "ypos" "-1" - "zpos" "5" - "wide" "80" - "tall" "80" - "visible" "0" - "enabled" "1" - "textAlignment" "east" - "labelText" "%Ammo%" - - } - "AmmoInClipShadow" - { - "ControlName" "CExLabel" - "fieldName" "AmmoInClipShadow" - "font" "CerbeticaBold32" - "fgcolor" "TransparentBlack" - "xpos" "-14" - "ypos" "1" - "zpos" "5" - "wide" "80" - "tall" "80" - "visible" "0" - "enabled" "1" - "textAlignment" "east" - "labelText" "%Ammo%" - - } - "AmmoInReserve" - { - "ControlName" "CExLabel" - "fieldName" "AmmoInReserve" - "font" "CerbeticaBold20" - "fgcolor" "TanLight" - "xpos" "69" - "ypos" "-1" - "zpos" "7" - "wide" "60" - "tall" "80" - "visible" "0" - "enabled" "1" - "textAlignment" "west" - "labelText" "%AmmoInReserve%" - } - "AmmoInReserveShadow" - { - "ControlName" "CExLabel" - "fieldName" "AmmoInReserveShadow" - "font" "CerbeticaBold20" - "fgcolor" "TransparentBlack" - "xpos" "70" - "ypos" "0" - "zpos" "7" - "wide" "60" - "tall" "80" - "visible" "0" - "enabled" "1" - "textAlignment" "west" - "labelText" "%AmmoInReserve%" - } - "AmmoNoClip" - { - "ControlName" "CExLabel" - "fieldName" "AmmoNoClip" - "font" "CerbeticaBold32" - "fgcolor" "TanLight" - "xpos" "22" - "ypos" "-1" - "zpos" "5" - "wide" "100" - "tall" "80" - "visible" "0" - "enabled" "1" - "textAlignment" "center" - "labelText" "%Ammo%" - - } - "AmmoNoClipShadow" - { - "ControlName" "CExLabel" - "fieldName" "AmmoNoClipShadow" - "font" "CerbeticaBold32" - "fgcolor" "TransparentBlack" - "xpos" "24" - "ypos" "1" - "zpos" "5" - "wide" "100" - "tall" "80" - "visible" "0" - "enabled" "1" - "textAlignment" "center" - "labelText" "%Ammo%" - - } -} |
