Fixed an issue with icons not showing on classic versions of the game.

This commit is contained in:
Tercio Jose
2024-03-16 12:15:16 -03:00
parent 2421b29665
commit 0b7f4d2abf
8 changed files with 53 additions and 9 deletions
+15
View File
@@ -302,6 +302,21 @@ Details.TextureAtlas = {
nativeWidth = 512,
nativeHeight = 512,
},
["iconmask"] = {
file = [[Interface\AddOns\Details\images\common-iconmask.png]],
width = 64,
height = 64,
leftTexCoord = 0,
rightTexCoord = 1,
topTexCoord = 0,
bottomTexCoord = 1,
tilesHorizontally = false,
tilesVertically = false,
nativeWidth = 64,
nativeHeight = 64,
},
}
C_Timer.After(1, function()