Reduce sign line length to 15

This commit is contained in:
Wuzzy 2017-07-25 01:57:05 +02:00
parent f43db6cda4
commit 1bb3d41be0
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ end
local SIGN_WIDTH = 115
local SIGN_PADDING = 14
local LINE_LENGTH = 16
local LINE_LENGTH = 15
local NUMBER_OF_LINES = 4
local LINE_HEIGHT = 14