End of mythic+ panel updates, training dummy icon, etc.

- Added a round of polishing into the end of mythic+ panel.
- Added: Details:RegisterFrameToColor(frame) the registered frame will use the same color scheme of all the other frames from Details!.
- Segments menu will show a different icon for training dummies.
- Fixed functions that retrieve information about a dungeon.
- Fixed an issue while trying to report using the "Report Results" from the report results tooltip.
This commit is contained in:
Tercio Jose
2024-03-07 16:05:47 -03:00
parent b7e6b89792
commit c4ee7e89ea
17 changed files with 217 additions and 91 deletions
+28
View File
@@ -57,6 +57,34 @@ Details.TextureAtlas = {
nativeHeight = 512,
},
["segment-icon-training-dummy"] = {
file = [[Interface\AddOns\Details\images\icons]],
width = 14,
height = 16,
leftTexCoord = 275/512,
rightTexCoord = 295/512,
topTexCoord = 110/512,
bottomTexCoord = 142/512,
tilesHorizontally = false,
tilesVertically = false,
nativeWidth = 512,
nativeHeight = 512,
},
["segment-icon-training-dummy-zoom"] = {
file = [[Interface\AddOns\Details\images\icons]],
width = 12,
height = 16,
leftTexCoord = 298/512,
rightTexCoord = 320/512,
topTexCoord = 110/512,
bottomTexCoord = 142/512,
tilesHorizontally = false,
tilesVertically = false,
nativeWidth = 512,
nativeHeight = 512,
},
["small-pin-yellow"] = {
file = [[Interface\BUTTONS\UI-RadioButton]],
width = 12,