From 15c037614f6f7193cef4bfd1da45d83ef2fef393 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Sun, 8 Feb 2015 12:45:19 -0500 Subject: Hud: Modify Y-positioning of health/breath starbars to prevent overlapping with Hotbar --- builtin/game/statbars.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'builtin/game') 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 = {} -- cgit v1.2.3