Skip to content
Snippets Groups Projects
Commit 62d3ced4 authored by dg's avatar dg
Browse files

pop

git-svn-id: http://svn.net-core.org/repos/t-engine4@3615 51575b47-30f0-44d4-a5cc-537603b46e54
parent 36eb2658
No related branches found
No related tags found
No related merge requests found
......@@ -461,7 +461,7 @@ function _M:defineDisplayCallback()
-- Tactical life info
if on_map then
local dh = h * 0.1
core.display.drawQuad(x, y + h - dh, w, dh, 139, 210, 77, 128)
core.display.drawQuad(x, y + h - dh, w, dh, 129, 180, 57, 128)
core.display.drawQuad(x, y + h - dh, w * self.life / self.max_life, dh, 50, 220, 77, 255)
if not f_self then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment