LOG.print新增"short"输出方式,仅显示一个时长很短的不重要提示信息

This commit is contained in:
MrZ626
2020-09-08 23:21:04 +08:00
parent 7ab34480cd
commit b673892b7d
2 changed files with 16 additions and 13 deletions

View File

@@ -55,7 +55,7 @@ function BGM.play(s)
elseif not s then
return
elseif not BGM.list[s]then
LOG.print("Cannot find BGM: "..s,color.red)
LOG.print("Cannot find BGM: "..s,"short",color.red)
return
end
if BGM.nowPlay~=s then