删除/修改部分日志信息

This commit is contained in:
MrZ626
2021-04-09 01:58:33 +08:00
parent de53ee09e3
commit 2b723bd094
3 changed files with 2 additions and 5 deletions

View File

@@ -336,7 +336,7 @@ function love.lowmemory()
if TIME()-lastGCtime>6.26 then if TIME()-lastGCtime>6.26 then
collectgarbage() collectgarbage()
lastGCtime=TIME() lastGCtime=TIME()
LOG.print("[auto GC] low memory 设备内存过低","warn") LOG.print("[auto GC] low MEM 设备内存过低","warn")
end end
end end
function love.resize(w,h) function love.resize(w,h)

View File

@@ -48,13 +48,11 @@ if type(_CC)=="table"then
n=n+1 n=n+1
end end
if not pcall(CC.update,P.AI_bot,F,P.b2b>=100,P.combo)then if not pcall(CC.update,P.AI_bot,F,P.b2b>=100,P.combo)then
LOG.print("CC is dead ("..P.id..")","error")
P.AI_bot=nil P.AI_bot=nil
end end
end end
function CC.switch20G(P) function CC.switch20G(P)
if not pcall(CC.destroy,P.AI_bot)then if not pcall(CC.destroy,P.AI_bot)then
LOG.print("CC is dead ("..P.id..")","error")
P.AI_bot=nil P.AI_bot=nil
return return
end end
@@ -319,6 +317,5 @@ return{
P:changeAtkMode(rnd()<.85 and 1 or #P.atker>3 and 4 or rnd()<.3 and 2 or 3) P:changeAtkMode(rnd()<.85 and 1 or #P.atker>3 and 4 or rnd()<.3 and 2 or 3)
end end
end end
LOG.print("CC is dead ("..P.id..")","error")
end, end,
}--AI brains }--AI brains

View File

@@ -164,7 +164,7 @@ function scene.socketRead(cmd,d)
upstreamProgress=1 upstreamProgress=1
resetGameData("n",d.seed) resetGameData("n",d.seed)
else else
LOG.print("Redundant signal: Begin",30,COLOR.green) LOG.print("Redundant [Go]",30,COLOR.green)
end end
elseif cmd=="Finish"then elseif cmd=="Finish"then
playing=false playing=false