mirror of
https://github.com/OldManAlpha/Puppeteer.git
synced 2025-11-28 23:48:35 +00:00
Fix background being layered above inc health bars
This commit is contained in:
parent
406330c255
commit
7a2007044f
@ -1191,9 +1191,9 @@ function PTUnitFrame:Initialize()
|
||||
self.nameText = name
|
||||
name:SetAlpha(profile.NameText:GetAlpha())
|
||||
|
||||
local bg = healthBar:CreateTexture(nil, "BACKGROUND")
|
||||
local bg = container:CreateTexture(nil, "BACKGROUND")
|
||||
healthBar.background = bg
|
||||
bg:SetAllPoints(true)
|
||||
bg:SetAllPoints(healthBar)
|
||||
bg:SetTexture(0.5, 0.5, 0.5, 0.25)
|
||||
|
||||
-- Incoming Text
|
||||
|
||||
Loading…
Reference in New Issue
Block a user