Separate lines of sign text a bit.

master
kaeza 2013-10-18 06:17:28 -02:00
parent cbbe2ccaef
commit 40f74beec0
1 changed files with 1 additions and 1 deletions

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