big update

This commit is contained in:
Crum
2019-01-12 12:09:06 -06:00
parent eebdf23364
commit aaf50317e5
45 changed files with 500 additions and 480 deletions
+6 -6
View File
@@ -25,7 +25,7 @@ E.Options.args.databars = {
get = function(info) return mod.db.experience[ info[getn(info)] ] end,
set = function(info, value) mod.db.experience[ info[getn(info)] ] = value; mod:UpdateExperienceDimensions() end,
type = "group",
name = XPBAR_LABEL,
name = L["XP Bar"],
args = {
enable = {
order = 0,
@@ -74,7 +74,7 @@ E.Options.args.databars = {
},
textSize = {
order = 7,
name = FONT_SIZE,
name = L["Font Size"],
type = "range",
min = 6, max = 33, step = 1
},
@@ -83,7 +83,7 @@ E.Options.args.databars = {
type = "select",
name = L["Font Outline"],
values = {
["NONE"] = NONE,
["NONE"] = L["None"],
["OUTLINE"] = "OUTLINE",
["MONOCHROMEOUTLINE"] = "MONOCROMEOUTLINE",
["THICKOUTLINE"] = "THICKOUTLINE"
@@ -95,7 +95,7 @@ E.Options.args.databars = {
name = L["Text Format"],
width = "double",
values = {
NONE = NONE,
NONE = L["None"],
PERCENT = L["Percent"],
CUR = L["Current"],
REM = L["Remaining"],
@@ -170,7 +170,7 @@ E.Options.args.databars = {
type = "select",
name = L["Font Outline"],
values = {
["NONE"] = NONE,
["NONE"] = L["None"],
["OUTLINE"] = "OUTLINE",
["MONOCHROMEOUTLINE"] = "MONOCROMEOUTLINE",
["THICKOUTLINE"] = "THICKOUTLINE"
@@ -182,7 +182,7 @@ E.Options.args.databars = {
name = L["Text Format"],
width = "double",
values = {
NONE = NONE,
NONE = L["None"],
CUR = L["Current"],
REM = L["Remaining"],
PERCENT = L["Percent"],