X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=builtin%2Fgame%2Fstatbars.lua;h=61a8b90770a9b8d5e0512445f14d3e108c65ce24;hb=d58211264e98d80dc80fc5b15171670a2b82abb5;hp=c0d49332f8896b3b99bbafc4a6e877b1b75b4171;hpb=6c37e89f08f962eaba788a31f5d3c798ceaa65e6;p=minetest.git 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 = {}