forked from nalc/homedecor_modpack
Separate lines of sign text a bit.
This commit is contained in:
parent
cbbe2ccaef
commit
40f74beec0
|
@ -280,7 +280,7 @@ local homedecor_generate_line = function(s, lineno)
|
||||||
width = width + w + 1
|
width = width + w + 1
|
||||||
if width > max_line_w then
|
if width > max_line_w then
|
||||||
xpos = start_xpos
|
xpos = start_xpos
|
||||||
ypos = ypos + LINE_HEIGHT
|
ypos = ypos + (LINE_HEIGHT * 1.05)
|
||||||
width = 0
|
width = 0
|
||||||
lineno = lineno + 1
|
lineno = lineno + 1
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user