微调LOG.print使用

This commit is contained in:
MrZ626
2020-09-17 20:49:08 +08:00
parent 43874a09db
commit d47629e64a
6 changed files with 12 additions and 8 deletions

View File

@@ -43,7 +43,7 @@ function LOG.draw()
end
end
end
function LOG.print(text,T,C)--type/time,color
function LOG.print(text,T,C)--text,type/time,color
local time
local his
if T=="warn"then