Results: 1Comments by: Cotea
File: oUF_Neav11-30-11
Hi. After 4.3 update, to change the...
Posted By: Cotea
Hi. After 4.3 update, to change the color of the player frame one needs to find this line(mine is at 403 position): self.Texture = self:CreateTexture(nil, 'BORDER') so then add the needed line to look like this: self.Texture = self:CreateTexture(nil, 'BORDER') self.Texture:SetVertexColor(0.5, 0.5, 0.4) Ehm, i...