1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 14:16:06 +02:00

Fix nether guide

Add matthieu8fr skin
This commit is contained in:
sys4-fr
2017-09-24 14:13:07 +02:00
parent 0e4047f411
commit 65063bc955
4 changed files with 6 additions and 3 deletions

View File

@ -315,13 +315,13 @@ for n,data in ipairs(guide_infos) do
elseif typ == "x" then
x = math.max(x, content)
elseif typ == "text" then
--local tab = minetest.splittext(content, guide_size.fx)
local tab = minetest.splittext(content, guide_size.fx)
local l = guide_size.cx
--[[for _,str in ipairs(tab) do
for _,str in ipairs(tab) do
form = form.."label["..guide_size.cx ..","..guide_size.cy+y..";"..str.."]"
y = y+guide_size.fy
l = math.max(l, #str)
end]]
end
x = math.max(x, l/font_size)
elseif typ == "image" then
local w, h, texture_name, px, py = unpack(content)