mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Update docs, little optimizations, inline style anims
This commit is contained in:
@@ -190,9 +190,7 @@ function M.create(text, settings)
|
||||
|
||||
local words = {}
|
||||
for index = 1, #lines do
|
||||
for jindex = 1, #lines[index] do
|
||||
table.insert(words, lines[index][jindex])
|
||||
end
|
||||
helper.add_array(words, lines[index])
|
||||
end
|
||||
|
||||
return words, settings, lines_metrics
|
||||
|
Reference in New Issue
Block a user