adjust tooltip offset

This commit is contained in:
goblin_mode 2024-08-29 18:00:18 +02:00 committed by cora
parent e152704fe8
commit dcbec262d1

View File

@ -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%”)