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