Nameplate Overhaul (#38)

* ElvUI/NamePlates: initial nameplate conversions

* More nameplate work

* Modules/Cooldowns: various CD fixes, nameplates cant show 'swipe' texture

* ElvUI/NamePlates: final nameplate polish

* Modules/Misc: add space before interrupted announcement
This commit is contained in:
Andrew
2023-05-22 19:18:59 -07:00
committed by GitHub
parent 5d51f92ed3
commit 8edf2d7f8a
75 changed files with 8870 additions and 8088 deletions
+6 -14
View File
@@ -244,15 +244,8 @@ local function BuildABConfig()
desc = L["Set the font outline."],
values = C.Values.FontFlags
},
fontWidth = {
order = 4,
type = "range",
name = "Font Width",
min = 5, max = 150, step = 1,
softMax = 60, softMin = 15
},
fontColor = {
order = 5,
order = 4,
type = "color",
name = L["COLOR"],
width = "full",
@@ -268,7 +261,7 @@ local function BuildABConfig()
end
},
textPosition = {
order = 6,
order = 5,
type = "group",
name = L["Text Position"],
guiInline = true,
@@ -785,11 +778,11 @@ local function BuildABConfig()
disabled = function() return not E.db.actionbar.microbar.enabled end
},
buttonsPerRow = {
order = 8,
order = 11,
type = "range",
name = L["Buttons Per Row"],
desc = L["The amount of buttons to display per row."],
min = 1, max = 10, step = 1,
min = 1, max = 11, step = 1,
disabled = function() return not E.db.actionbar.microbar.enabled end
},
alpha = {
@@ -914,8 +907,7 @@ local function BuildABConfig()
type = "range",
name = L["Button Size"],
desc = L["The size of the action buttons."],
min = 15, softMax = 60, max = 150, step = 1,
min = 15, max = 60, step = 1,
disabled = function() return not E.db.actionbar["bar"..i].enabled end
},
buttonspacing = {
@@ -1138,4 +1130,4 @@ E.Options.args.actionbar = {
}
}
group = E.Options.args.actionbar.args
BuildABConfig()
BuildABConfig()