Quest xp on experience bar (#18)
* Add files via upload * Add files via upload * Add files via upload * remove bandaide * remove bandaide Co-authored-by: Andrew <16847730+andrew6180@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
6313d7afbe
commit
2ce172c98c
@@ -151,7 +151,7 @@ E.Options.args.databars = {
|
||||
name = L["Quest XP Color"],
|
||||
hasAlpha = true,
|
||||
get = function(info)
|
||||
local t = mod.db.experience.questXP.color or {r=0,g=1,b=0,a=0.4}
|
||||
local t = mod.db.experience.questXP.color
|
||||
return t.r, t.g, t.b, t.a, 0, 1, 0, 0.4
|
||||
end,
|
||||
set = function(info, r, g, b, a)
|
||||
@@ -293,4 +293,4 @@ E.Options.args.databars = {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user