View Single Post
10-01-22, 01:24 AM   #7
sirpucna
An Aku'mai Servant
Join Date: Nov 2016
Posts: 34
do you know how to change the color of the texture in the playerframe and targetframe.

specifically this texture, its green.
<BarTexture atlas="UI-HUD-UnitFrame-Player-PortraitOn-Bar-Health"/>

Code:
function UFPlayerFrame(self)
	self.healthbar:SetStatusBarColor(.23,.2,.93)
end
hooksecurefunc("PlayerFrame_ToPlayerArt", UFPlayerFrame)
still has a tint of green,

Last edited by sirpucna : 10-01-22 at 07:58 AM.
  Reply With Quote