added detailed information

This commit is contained in:
UndeadMaelys
2022-03-22 16:59:32 +01:00
parent 7a45b10fd2
commit 361a68b85f
2 changed files with 21 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ return function(tbl)
for i=1, #words do
for j=1, #words[i]-1 do
if j > 3 then break end
local times = words_max_length[j+1] - string.len(words[i][j])
while times > 0 do
words[i][j] = words[i][j] .. " "