From 5d38a04bbc409cd1292823cb664e33b7f52744ea Mon Sep 17 00:00:00 2001 From: Jbleezy Date: Wed, 5 Jun 2024 21:25:12 -0700 Subject: [PATCH] HUD: move up HUD elems that are above zone name due to text size being slightly larger --- ui_mp/t6/zombie/hudafterlifedisplay.lua | 2 +- ui_mp/t6/zombie/hudchallengemedals.lua | 2 +- ui_mp/t6/zombie/hudcraftablestombzombie.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ui_mp/t6/zombie/hudafterlifedisplay.lua b/ui_mp/t6/zombie/hudafterlifedisplay.lua index 78b318e7..be3dbf08 100644 --- a/ui_mp/t6/zombie/hudafterlifedisplay.lua +++ b/ui_mp/t6/zombie/hudafterlifedisplay.lua @@ -38,7 +38,7 @@ LUI.createMenu.AfterlifeArea = function(f1_arg0) f1_local0:addElement(f1_local0.bottomRightScaleContainer) local f1_local5 = -32 - local f1_local6 = 135 + local f1_local6 = 136 local Widget = LUI.UIElement.new() Widget:setLeftRight(false, true, -CoD.HudAfterlifeDisplay.InventoryWidth + f1_local5, f1_local5) Widget:setTopBottom(false, true, -CoD.HudAfterlifeDisplay.InventoryHeight - f1_local6, -f1_local6) diff --git a/ui_mp/t6/zombie/hudchallengemedals.lua b/ui_mp/t6/zombie/hudchallengemedals.lua index 9c234fcc..0d01445b 100644 --- a/ui_mp/t6/zombie/hudchallengemedals.lua +++ b/ui_mp/t6/zombie/hudchallengemedals.lua @@ -1,5 +1,5 @@ CoD.HudChallengeMedals = {} -CoD.HudChallengeMedals.MedalTopStart = CoD.Perks.TopStart - 44 +CoD.HudChallengeMedals.MedalTopStart = CoD.Perks.TopStart - 45 CoD.HudChallengeMedals.IconWidth = 50 CoD.HudChallengeMedals.IconHeight = CoD.HudChallengeMedals.IconWidth CoD.HudChallengeMedals.ONSCREEN_DURATION = 3000 diff --git a/ui_mp/t6/zombie/hudcraftablestombzombie.lua b/ui_mp/t6/zombie/hudcraftablestombzombie.lua index 84f8cba0..f150cf0a 100644 --- a/ui_mp/t6/zombie/hudcraftablestombzombie.lua +++ b/ui_mp/t6/zombie/hudcraftablestombzombie.lua @@ -15,7 +15,7 @@ CoD.CraftablesTomb.ZONE_LOST = 2 CoD.CraftablesTomb.TotalZoneCount = 6 CoD.CraftablesTomb.ZoneWheelBlueColor = CoD.greenBlue CoD.CraftablesTomb.ZoneWheelRedColor = CoD.red -CoD.CraftablesTomb.TabletTopStart = -CoD.Perks.TopStart + 98 +CoD.CraftablesTomb.TabletTopStart = -CoD.Perks.TopStart + 99 CoD.CraftablesTomb.OneInchIconWidth = 50 CoD.CraftablesTomb.OneInchIconHeight = CoD.CraftablesTomb.OneInchIconWidth CoD.CraftablesTomb.NEED_TABLET = 0