LOG模块时间单位改为秒

This commit is contained in:
MrZ626
2021-06-10 17:44:06 +08:00
parent cde97fdd3f
commit a6c62fb6ed
5 changed files with 21 additions and 21 deletions

View File

@@ -17,7 +17,7 @@ function SFX.init(list)
if love.filesystem.getInfo(N)then
Sources[list[i]]={love.audio.newSource(N,'static')}
else
LOG.print("No SFX file: "..N,5)
LOG.print("No SFX file: "..N,.1)
end
if not skip and i~=count then
coroutine.yield()