diff options
| author | Ian Bruton <[email protected]> | 2012-09-28 23:11:20 -0500 |
|---|---|---|
| committer | Ian Bruton <[email protected]> | 2012-09-28 23:11:20 -0500 |
| commit | 5ff942cf4e0332d8f052de8f53d7fe284a37d3d2 (patch) | |
| tree | 2562dd0a1c42ab7951b251f02eeee50c73409c8a /resource/ui/HudAmmoWeapons.res | |
| parent | ff9b58771bf8a948a7065ca36baf8e0c0a62a275 (diff) | |
Fixed ammo clipping issue with some 4:3 resolutions.
Diffstat (limited to 'resource/ui/HudAmmoWeapons.res')
| -rw-r--r-- | resource/ui/HudAmmoWeapons.res | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/resource/ui/HudAmmoWeapons.res b/resource/ui/HudAmmoWeapons.res index 3636da5..32c180c 100644 --- a/resource/ui/HudAmmoWeapons.res +++ b/resource/ui/HudAmmoWeapons.res @@ -42,10 +42,10 @@ "fieldName" "AmmoInClip"
"font" "CerbeticaBold72"
"fgcolor" "48 255 48 255"
- "xpos" "-13"
- "ypos" "-20"
+ "xpos" "-18"
+ "ypos" "-11"
"zpos" "5"
- "wide" "60"
+ "wide" "80"
"tall" "80"
"visible" "0"
"enabled" "1"
@@ -59,10 +59,10 @@ "fieldName" "AmmoInClipShadow"
"font" "CerbeticaBold72"
"fgcolor" "TransparentBlack"
- "xpos" "-11"
- "ypos" "-18"
+ "xpos" "-16"
+ "ypos" "-9"
"zpos" "5"
- "wide" "60"
+ "wide" "80"
"tall" "80"
"visible" "0"
"enabled" "1"
@@ -76,8 +76,8 @@ "fieldName" "AmmoInReserve"
"font" "CerbeticaBold32"
"fgcolor" "72 255 255 255"
- "xpos" "52"
- "ypos" "-18"
+ "xpos" "67"
+ "ypos" "-8"
"zpos" "7"
"wide" "60"
"tall" "80"
@@ -92,8 +92,8 @@ "fieldName" "AmmoInReserveShadow"
"font" "CerbeticaBold32"
"fgcolor" "TransparentBlack"
- "xpos" "54"
- "ypos" "-16"
+ "xpos" "69"
+ "ypos" "-6"
"zpos" "7"
"wide" "60"
"tall" "80"
@@ -109,7 +109,7 @@ "font" "CerbeticaBold72"
"fgcolor" "48 255 48 255"
"xpos" "1"
- "ypos" "-20"
+ "ypos" "-11"
"zpos" "5"
"wide" "100"
"tall" "80"
@@ -126,7 +126,7 @@ "font" "CerbeticaBold72"
"fgcolor" "TransparentBlack"
"xpos" "3"
- "ypos" "-18"
+ "ypos" "-9"
"zpos" "5"
"wide" "100"
"tall" "80"
|
