]> git.lizzy.rs Git - minetest.git/blobdiff - builtin/game/statbars.lua
Translated using Weblate (Czech)
[minetest.git] / builtin / game / statbars.lua
index c0d49332f8896b3b99bbafc4a6e877b1b75b4171..61a8b90770a9b8d5e0512445f14d3e108c65ce24 100644 (file)
@@ -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 = {}