- Removed skin: 'ElvUI Frame Style BW'.

- Added new skin: 'ElvUI Style II'.
- The tooltip for Scale option under options panel, now shows the real value for the scale.
This commit is contained in:
tercio
2014-12-21 22:09:05 -02:00
parent 7c5a420349
commit ecc5c3da7e
10 changed files with 279 additions and 224 deletions
+2
View File
@@ -611,6 +611,7 @@ function atributo_heal:AtualizaBarra (instancia, barras_container, qual_barra, l
hps = _math_floor (hps)
local formated_heal = SelectedToKFunction (_, healing_total)
local formated_hps = SelectedToKFunction (_, hps)
esta_barra.ps_text = formated_hps
if (UsingCustomRightText) then
esta_barra.texto_direita:SetText (_string_replace (instancia.row_info.textR_custom_text, formated_heal, formated_hps, porcentagem, self))
@@ -624,6 +625,7 @@ function atributo_heal:AtualizaBarra (instancia, barras_container, qual_barra, l
hps = _math_floor (hps)
local formated_heal = SelectedToKFunction (_, healing_total)
local formated_hps = SelectedToKFunction (_, hps)
esta_barra.ps_text = formated_hps
if (UsingCustomRightText) then
esta_barra.texto_direita:SetText (_string_replace (instancia.row_info.textR_custom_text, formated_hps, formated_heal, porcentagem, self))