small fixes

This commit is contained in:
Tercio Jose
2022-11-26 10:21:54 -03:00
parent 1aec8c377c
commit e3161ff29c
5 changed files with 133 additions and 80 deletions
+20 -2
View File
@@ -44,9 +44,12 @@
--namespace
DetailsPrivite.AllInOneWindow = {}
local attributeCodes = {
}
DetailsPrivite.WindowTooltip = {}
local textureCoords = {
show_mainmenu = {0/256, 32/256, 0, 1},
show_segments = {32/256, 64/256, 0, 1},
@@ -650,7 +653,22 @@
end
------------------------------------------------------------------------------------------------------------------------
function DetailsPrivite.WindowTooltip.CreateTooltipFrame()
local damageDoneTooltipFrame = CreateFrame("frame", "DetailsWindowTooltipFrame", UIParent, "BackdropTemplate")
DetailsFramework:ApplyStandardBackdrop(damageDoneTooltipFrame)
--create header
--create 4 scroll frames
--create 4 separators
--import data from the regular tooltip functions on each attribute file
end