adjust tooltip offset
This commit is contained in:
parent
e152704fe8
commit
dcbec262d1
@ -32,7 +32,7 @@ local function set_hud(player)
|
||||
|
||||
local rows = math.floor((#hb.get_hudbar_identifiers()-1) / 2) + 1
|
||||
local vmargin = tonumber(minetest.settings:get("hudbars_vmargin")) or 24
|
||||
off.y = -76 - vmargin*rows
|
||||
off.y = -101 - vmargin*rows
|
||||
end
|
||||
|
||||
-- Dirty trick to avoid collision with Minetest's status text (e.g. “Volume changed to 0%”)
|
||||
|
Loading…
x
Reference in New Issue
Block a user