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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user