Skip to content

Commit

Permalink
Release V3
Browse files Browse the repository at this point in the history
  • Loading branch information
tinymins committed Jul 31, 2014
1 parent c4a0630 commit f050c03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions XLifeBar/XLifeBar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -637,10 +637,10 @@ function HP:DrawLife(Lifeper,col)
local Life = (Config.nWidth - 4) * Lifeper


sha:AppendCharacterID(self.dwID,true,r,g,b,200,{0,0,0,bcX,bcY})
sha:AppendCharacterID(self.dwID,true,r,g,b,200,{0,0,0,bcX+Life,bcY})
sha:AppendCharacterID(self.dwID,true,r,g,b,200,{0,0,0,bcX+Life,bcY+(Config.nHeight - 4)})
sha:AppendCharacterID(self.dwID,true,r,g,b,200,{0,0,0,bcX,bcY+(Config.nHeight - 4)})
sha:AppendCharacterID(self.dwID,true,r,g,b,100,{0,0,0,bcX,bcY})
sha:AppendCharacterID(self.dwID,true,r,g,b,100,{0,0,0,bcX+Life,bcY})
sha:AppendCharacterID(self.dwID,true,r,g,b,100,{0,0,0,bcX+Life,bcY+(Config.nHeight - 4)})
sha:AppendCharacterID(self.dwID,true,r,g,b,100,{0,0,0,bcX,bcY+(Config.nHeight - 4)})
end
return self
end
Expand Down

0 comments on commit f050c03

Please sign in to comment.