mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-07 13:49:33 -05:00
HUD: move up HUD elems that are above zone name due to text size being slightly larger
This commit is contained in:
parent
f369bd416b
commit
5d38a04bbc
@ -38,7 +38,7 @@ LUI.createMenu.AfterlifeArea = function(f1_arg0)
|
|||||||
f1_local0:addElement(f1_local0.bottomRightScaleContainer)
|
f1_local0:addElement(f1_local0.bottomRightScaleContainer)
|
||||||
|
|
||||||
local f1_local5 = -32
|
local f1_local5 = -32
|
||||||
local f1_local6 = 135
|
local f1_local6 = 136
|
||||||
local Widget = LUI.UIElement.new()
|
local Widget = LUI.UIElement.new()
|
||||||
Widget:setLeftRight(false, true, -CoD.HudAfterlifeDisplay.InventoryWidth + f1_local5, f1_local5)
|
Widget:setLeftRight(false, true, -CoD.HudAfterlifeDisplay.InventoryWidth + f1_local5, f1_local5)
|
||||||
Widget:setTopBottom(false, true, -CoD.HudAfterlifeDisplay.InventoryHeight - f1_local6, -f1_local6)
|
Widget:setTopBottom(false, true, -CoD.HudAfterlifeDisplay.InventoryHeight - f1_local6, -f1_local6)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
CoD.HudChallengeMedals = {}
|
CoD.HudChallengeMedals = {}
|
||||||
CoD.HudChallengeMedals.MedalTopStart = CoD.Perks.TopStart - 44
|
CoD.HudChallengeMedals.MedalTopStart = CoD.Perks.TopStart - 45
|
||||||
CoD.HudChallengeMedals.IconWidth = 50
|
CoD.HudChallengeMedals.IconWidth = 50
|
||||||
CoD.HudChallengeMedals.IconHeight = CoD.HudChallengeMedals.IconWidth
|
CoD.HudChallengeMedals.IconHeight = CoD.HudChallengeMedals.IconWidth
|
||||||
CoD.HudChallengeMedals.ONSCREEN_DURATION = 3000
|
CoD.HudChallengeMedals.ONSCREEN_DURATION = 3000
|
||||||
|
@ -15,7 +15,7 @@ CoD.CraftablesTomb.ZONE_LOST = 2
|
|||||||
CoD.CraftablesTomb.TotalZoneCount = 6
|
CoD.CraftablesTomb.TotalZoneCount = 6
|
||||||
CoD.CraftablesTomb.ZoneWheelBlueColor = CoD.greenBlue
|
CoD.CraftablesTomb.ZoneWheelBlueColor = CoD.greenBlue
|
||||||
CoD.CraftablesTomb.ZoneWheelRedColor = CoD.red
|
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.OneInchIconWidth = 50
|
||||||
CoD.CraftablesTomb.OneInchIconHeight = CoD.CraftablesTomb.OneInchIconWidth
|
CoD.CraftablesTomb.OneInchIconHeight = CoD.CraftablesTomb.OneInchIconWidth
|
||||||
CoD.CraftablesTomb.NEED_TABLET = 0
|
CoD.CraftablesTomb.NEED_TABLET = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user