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)

View File

@ -0,0 +1,3 @@
Matthieu8fr
Matthieu8fr
WTFPL

Binary file not shown.

After

Width:  |  Height:  |  Size: 733 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 380 B