Skip to content

Commit

Permalink
Added new border glow texture for menu button.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cidan committed Nov 25, 2023
1 parent f18229a commit 10eb90a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions frames/bag.lua
Original file line number Diff line number Diff line change
Expand Up @@ -456,10 +456,11 @@ function bagFrame:Create(kind)
--bagButton:ClearBackdrop()
--bagButton:SetNormalTexture([[Interface\Icons\INV_Misc_Bag_07]])
bagButton:SetHighlightTexture([[Interface\Buttons\CheckButtonHilight]])
bagButton:SetWidth(38)
bagButton:SetHeight(38)
bagButton:SetHighlightTexture([[Interface\AddOns\BetterBags\Textures\glow.png]])
bagButton:SetWidth(40)
bagButton:SetHeight(40)
--bagButton:SetPoint("LEFT", leftHeader, "LEFT", 4, 0)
bagButton:SetPoint("TOPLEFT", b.frame.PortraitContainer, "TOPLEFT", -5, 0)
bagButton:SetPoint("TOPLEFT", b.frame.PortraitContainer, "TOPLEFT", -6, 2)
bagButton:SetScript("OnEnter", function()
GameTooltip:SetOwner(bagButton, "ANCHOR_LEFT")
if kind == const.BAG_KIND.BACKPACK then
Expand Down
Binary file added textures/glow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 10eb90a

Please sign in to comment.