From 5ff942cf4e0332d8f052de8f53d7fe284a37d3d2 Mon Sep 17 00:00:00 2001 From: Ian Bruton Date: Fri, 28 Sep 2012 23:11:20 -0500 Subject: Fixed ammo clipping issue with some 4:3 resolutions. --- scripts/hudlayout.res | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts/hudlayout.res') diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res index ee068c6..c2cea9d 100644 --- a/scripts/hudlayout.res +++ b/scripts/hudlayout.res @@ -5,8 +5,8 @@ "controlName" "CExLabel" "fieldName" "xHairCircle" "font" "xHairCircle" - "visible" "0" - "enabled" "0" + "visible" "1" + "enabled" "1" "zpos" "2" "xpos" "c-100" @@ -35,8 +35,8 @@ "fieldName" "HudWeaponAmmo" "visible" "1" "enabled" "1" - "xpos" "c85" - "ypos" "c76" + "xpos" "c60" + "ypos" "c66" "wide" "300" //was made 4 units taller in MvM update "tall" "300" } -- cgit v1.2.3