summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
Diffstat (limited to 'builtin')
-rw-r--r--builtin/game/statbars.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/builtin/game/statbars.lua b/builtin/game/statbars.lua
index c0d49332f..61a8b9077 100644
--- a/builtin/game/statbars.lua
+++ b/builtin/game/statbars.lua
@@ -7,7 +7,7 @@ local health_bar_definition =
number = 20,
direction = 0,
size = { x=24, y=24 },
- offset = { x=(-10*24)-25, y=-(48+24+10)},
+ offset = { x=(-10*24)-25, y=-(48+24+16)},
}
local breath_bar_definition =
@@ -18,7 +18,7 @@ local breath_bar_definition =
number = 20,
direction = 0,
size = { x=24, y=24 },
- offset = {x=25,y=-(48+24+10)},
+ offset = {x=25,y=-(48+24+16)},
}
local hud_ids = {}