from retail
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user