From 611a90a93fd6b6b54e548cd5e885b8e480995b11 Mon Sep 17 00:00:00 2001 From: Tek Hudson Date: Wed, 4 Sep 2019 23:31:25 -0700 Subject: [PATCH] Update setting text to be more accurate, fix text alpha --- DruidBar.lua | 4 ++-- localization.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DruidBar.lua b/DruidBar.lua index 61f30f1..24d1da6 100644 --- a/DruidBar.lua +++ b/DruidBar.lua @@ -360,11 +360,11 @@ function DruidBar_TextRenderer() if DruidBarKey.Percent == 0 then -- Numbers dbarShow(DruidBarTextCenter); DruidBarTextCenter:SetText(ManaValues()); - DruidBarTextCenter:SetTextColor(1,1,1,0); + DruidBarTextCenter:SetTextColor(1,1,1,1); elseif DruidBarKey.Percent == 1 then -- Percent dbarShow(DruidBarTextCenter); DruidBarTextCenter:SetText(ManaPercentage()); - DruidBarTextCenter:SetTextColor(1,1,1,0); + DruidBarTextCenter:SetTextColor(1,1,1,1); end else -- Both dbarShow(DruidBarTextLeft); diff --git a/localization.lua b/localization.lua index 156e87b..cf548ab 100644 --- a/localization.lua +++ b/localization.lua @@ -57,7 +57,7 @@ DRUIDBAR_OPTIONS_DROP = { ["Text"] = { [0] = "Original"; [1] = "New"; - [2] = "No Text"; + [2] = "Mouseover"; }; ["Percent"] = { [0] = "Raw numbers"; -- 1.7.9.5