Added Bag icons for Vanity and Wardrobe unlocks (#52)

* Added Bag icons for Vanity and Wardrobe unlocks

* Show if item is both Vanity and Wardrobe unlock
added related textures

* Adjusted icon so edges match up
This commit is contained in:
Xan-Asc
2024-04-09 16:41:58 -07:00
committed by GitHub
parent d2e86421cc
commit bea4a6ab23
7 changed files with 100 additions and 13 deletions
+6 -1
View File
@@ -7,6 +7,9 @@ function E:TextureString(texString, dataString)
end
E.Media = {
Atlases = {
BagWardrobeIcon = [[poi-transmogrifier]], -- not elvui
},
Fonts = {
ActionMan = M..[[Fonts\ActionMan.ttf]],
ContinuumMedium = M..[[Fonts\ContinuumMedium.ttf]],
@@ -89,6 +92,8 @@ E.Media = {
ArrowUp = M..[[Textures\ArrowUp.tga]],
BagJunkIcon = M..[[Textures\BagJunkIcon.blp]],
BagQuestIcon = M..[[Textures\BagQuestIcon.tga]],
BagVanityIcon = M..[[Textures\VanityUnlock.blp]],
BagVanityAndWardrobe = M..[[Textures\VanityAndWardrobe.blp]],
Black8x8 = M..[[Textures\Black8x8.tga]],
White8x8 = [[Interface\BUTTONS\WHITE8X8]], -- not elvui
Broom = M..[[Textures\Broom.blp]],
@@ -156,4 +161,4 @@ LSM:Register("statusbar", "ElvUI Gloss", E.Media.Textures.NormTex)
LSM:Register("statusbar", "ElvUI Norm", E.Media.Textures.NormTex2)
LSM:Register("statusbar", "Minimalist", E.Media.Textures.Minimalist)
LSM:Register("statusbar", "ElvUI Blank", E.Media.Textures.White8x8)
LSM:Register("background", "ElvUI Blank", E.Media.Textures.White8x8)
LSM:Register("background", "ElvUI Blank", E.Media.Textures.White8x8)