summaryrefslogtreecommitdiff
path: root/resource/ui/HudAmmoWeapons.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2018-07-08 15:46:53 -0400
committerCriticalFlaw <[email protected]>2018-07-08 15:46:53 -0400
commite4ca67901da0a8b3d289f0b39b17925e6ebddfaf (patch)
tree902a784b2b902a22f63d271f27af0967beb008b0 /resource/ui/HudAmmoWeapons.res
parentf4f2e2e505e5c77247c76fb7f1b0ca870113f739 (diff)
Leftover Changes, see notes
- Fixed navigation buttons not displaying correctly (A and D instead of arrows) - Pinned various shadow labels to their parent labels - Updated to use higher quality images where applicable - Fixed the tournament stopwatch panel - Fixed the competitive MMR value not being positioned correctly - Fixed a console error in hudanimations - Updated the backpack page
Diffstat (limited to 'resource/ui/HudAmmoWeapons.res')
-rw-r--r--resource/ui/HudAmmoWeapons.res66
1 files changed, 26 insertions, 40 deletions
diff --git a/resource/ui/HudAmmoWeapons.res b/resource/ui/HudAmmoWeapons.res
index fe73c5d..2194c9d 100644
--- a/resource/ui/HudAmmoWeapons.res
+++ b/resource/ui/HudAmmoWeapons.res
@@ -5,37 +5,15 @@
"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"
@@ -62,10 +40,8 @@
"font" "CerbeticaBold56"
"font_minmode" "CerbeticaBold32"
"fgcolor" "TransparentBlack"
- "xpos" "-16"
- "ypos" "-9"
- "xpos_minmode" "-10"
- "ypos_minmode" "1"
+ "xpos" "-2"
+ "ypos" "-2"
"zpos" "5"
"wide" "80"
"tall" "80"
@@ -73,16 +49,21 @@
"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"
- "font_minmode" "CerbeticaBold20"
"xpos_minmode" "73"
"ypos_minmode" "-1"
"zpos" "7"
@@ -98,12 +79,10 @@
"ControlName" "CExLabel"
"fieldName" "AmmoInReserveShadow"
"font" "CerbeticaBold32"
- "fgcolor" "TransparentBlack"
- "xpos" "68"
- "ypos" "-9"
"font_minmode" "CerbeticaBold20"
- "xpos_minmode" "74"
- "ypos_minmode" "0"
+ "fgcolor" "TransparentBlack"
+ "xpos" "-2"
+ "ypos" "-2"
"zpos" "7"
"wide" "60"
"tall" "80"
@@ -111,16 +90,21 @@
"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"
- "font_minmode" "CerbeticaBold32"
"xpos_minmode" "26"
"ypos_minmode" "-1"
"zpos" "5"
@@ -136,12 +120,10 @@
"ControlName" "CExLabel"
"fieldName" "AmmoNoClipShadow"
"font" "CerbeticaBold56"
- "fgcolor" "TransparentBlack"
- "xpos" "28"
- "ypos" "-9"
"font_minmode" "CerbeticaBold32"
- "xpos_minmode" "28"
- "ypos_minmode" "1"
+ "fgcolor" "TransparentBlack"
+ "xpos" "-2"
+ "ypos" "-2"
"zpos" "5"
"wide" "100"
"tall" "80"
@@ -149,5 +131,9 @@
"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