1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2024-09-28 14:20:20 +02:00

Separate lines of sign text a bit.

This commit is contained in:
kaeza 2013-10-18 06:17:28 -02:00
parent cbbe2ccaef
commit 40f74beec0

View File

@ -280,7 +280,7 @@ local homedecor_generate_line = function(s, lineno)
width = width + w + 1
if width > max_line_w then
xpos = start_xpos
ypos = ypos + LINE_HEIGHT
ypos = ypos + (LINE_HEIGHT * 1.05)
width = 0
lineno = lineno + 1
end