mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-12-22 16:10:18 +01:00
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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user