This commit is contained in:
Tercio Jose
2022-09-02 21:20:50 -03:00
parent 2f97500025
commit 2b2f45e3e5
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
_detalhes.BFACORE = 131 --core version on BFA launch
_detalhes.SHADOWLANDSCORE = 143 --core version on Shadowlands launch
_detalhes.dragonflight_beta_version = 21
_detalhes.dragonflight_beta_version = 22
Details = _detalhes
+2 -1
View File
@@ -5605,7 +5605,8 @@ local function CriaTexturaBarra(newLine)
local texturePath = SharedMedia:Fetch("statusbar", _detalhes.player_details_window.bar_texture)
textureObject:SetTexture(texturePath)
newLine.textura:SetStatusBarTexture(textureObject)
newLine.textura:SetStatusBarColor(.5, .5, .5, 0)
newLine.textura:SetStatusBarColor(.5, .5, .5, 1) --SetColorFill(r, g, b, a)
--newLine.textura:SetColorFill(.5, .5, .5, 1) --(r, g, b, a)
newLine.textura:SetMinMaxValues(0, 100)
local backgroundTexture = newLine.textura:CreateTexture(nil, "background")