优化LOG库,LOG.print功能更多

This commit is contained in:
MrZ626
2020-09-04 20:20:51 +08:00
parent 4f8810a693
commit e681a43fb1
5 changed files with 67 additions and 38 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.lRed)
LOG.print("Cannot find BGM: "..s,color.red)
return
end
if BGM.nowPlay~=s then