LOG.print新增"short"输出方式,仅显示一个时长很短的不重要提示信息
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user