mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-09 06:39:23 -05:00
MOTD: remove grunge on key HUD
This commit is contained in:
parent
a23ca3285e
commit
17c250435c
@ -147,9 +147,9 @@ CoD.QuestItemDisplay.AddPersistentIcon = function(f2_arg0)
|
|||||||
f2_local3:setTopBottom(false, true, -CoD.QuestItemDisplay.IconSize, 0)
|
f2_local3:setTopBottom(false, true, -CoD.QuestItemDisplay.IconSize, 0)
|
||||||
self:addElement(f2_local3)
|
self:addElement(f2_local3)
|
||||||
CoD.CraftablesIcon.new(f2_local3, CoD.QuestItemDisplay.glowBackColor, CoD.QuestItemDisplay.glowFrontColor)
|
CoD.CraftablesIcon.new(f2_local3, CoD.QuestItemDisplay.glowBackColor, CoD.QuestItemDisplay.glowFrontColor)
|
||||||
if f2_local3.grunge then
|
-- if f2_local3.grunge then
|
||||||
f2_local3.grunge:setAlpha(CoD.CraftablesIcon.GrungeAlpha)
|
-- f2_local3.grunge:setAlpha(CoD.CraftablesIcon.GrungeAlpha)
|
||||||
end
|
-- end
|
||||||
local f2_local4 = LUI.UIImage.new()
|
local f2_local4 = LUI.UIImage.new()
|
||||||
f2_local4:setLeftRight(true, true, 0, 0)
|
f2_local4:setLeftRight(true, true, 0, 0)
|
||||||
f2_local4:setTopBottom(true, true, 0, 0)
|
f2_local4:setTopBottom(true, true, 0, 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user