优化LOG库,LOG.print功能更多
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.lRed)
|
||||
LOG.print("Cannot find BGM: "..s,color.red)
|
||||
return
|
||||
end
|
||||
if BGM.nowPlay~=s then
|
||||
|
||||
Reference in New Issue
Block a user