What am trying to do is set the background of the runits to be reaction colored like in this shot :
http://zorktdmog.zo.funpic.de/roth_u...108_231301.jpg
Tho the only options i can see that are related to backgroudn color are this lines :
if(bar.bg) then
--bar.bg:SetVertexColor(color.r*.5, color.g*.5, color.b*.5)
bar.bg:SetVertexColor(1,1,1,0.3)
|
Is there something that am missing ?
EDIT:
ok am experimenting and now my background shows reaction colors .. BUT also the whole healthbar
