from retail

This commit is contained in:
NoM0Re
2025-01-26 21:24:18 +01:00
parent 1793d7ac19
commit f9bf9c3c16
25 changed files with 1467 additions and 500 deletions
+18 -2
View File
@@ -839,10 +839,26 @@ local anchorPoints = {
display = L["Spark"],
type = "point"
},
ALL = {
display = L["Whole Area"],
bar = {
display = L["Full Bar"],
type = "area"
},
icon = {
display = L["Icon"],
type = "area"
},
fg = {
display = L["Foreground"],
type = "area"
},
bg = {
display = L["Background"],
type = "area"
}
}
local function GetAnchors(data)