Skip to content

Commit

Permalink
feat(minimap): replace mail icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ffainy committed Jun 22, 2022
1 parent e85c94a commit 0bc8b29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added assets/textures/mail.blp
Binary file not shown.
Binary file removed assets/textures/mail.tga
Binary file not shown.
6 changes: 3 additions & 3 deletions modules/map/minimap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ function MAP:CreateMailButton()
local icon = _G.MiniMapMailIcon

mail:ClearAllPoints()
mail:SetPoint('BOTTOM', _G.Minimap, 'BOTTOM', 0, _G.Minimap.halfDiff - 10)
mail:SetPoint('BOTTOM', _G.Minimap, 'BOTTOM', 0, _G.Minimap.halfDiff - 4)
icon:SetTexture(C.Assets.Texture.Mail)
icon:SetSize(16, 16)
icon:SetVertexColor(1, 0.8, 0)
icon:SetSize(24, 24)
icon:SetVertexColor(1, 1, 0)
end

-- Calendar Invite
Expand Down

0 comments on commit 0bc8b29

Please sign in to comment.