Added combat:GetBossHealth(); combat:GetBossName(); combat:GetCurrentPhase()

This commit is contained in:
Tercio Jose
2024-03-12 21:32:20 -03:00
parent 2c613e063d
commit f9d2e81564
14 changed files with 294 additions and 75 deletions
+14
View File
@@ -288,6 +288,20 @@ Details.TextureAtlas = {
nativeWidth = 512,
nativeHeight = 512,
},
["small-clock"] = {
file = [[Interface\AddOns\Details\images\icons]],
width = 16,
height = 16,
leftTexCoord = 211/512,
rightTexCoord = 245/512,
topTexCoord = 145/512,
bottomTexCoord = 179/512,
tilesHorizontally = false,
tilesVertically = false,
nativeWidth = 512,
nativeHeight = 512,
},
}
C_Timer.After(1, function()