删除/修改部分日志信息
This commit is contained in:
@@ -336,7 +336,7 @@ function love.lowmemory()
|
||||
if TIME()-lastGCtime>6.26 then
|
||||
collectgarbage()
|
||||
lastGCtime=TIME()
|
||||
LOG.print("[auto GC] low memory 设备内存过低","warn")
|
||||
LOG.print("[auto GC] low MEM 设备内存过低","warn")
|
||||
end
|
||||
end
|
||||
function love.resize(w,h)
|
||||
|
||||
@@ -48,13 +48,11 @@ if type(_CC)=="table"then
|
||||
n=n+1
|
||||
end
|
||||
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
|
||||
end
|
||||
end
|
||||
function CC.switch20G(P)
|
||||
if not pcall(CC.destroy,P.AI_bot)then
|
||||
LOG.print("CC is dead ("..P.id..")","error")
|
||||
P.AI_bot=nil
|
||||
return
|
||||
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)
|
||||
end
|
||||
end
|
||||
LOG.print("CC is dead ("..P.id..")","error")
|
||||
end,
|
||||
}--AI brains
|
||||
@@ -164,7 +164,7 @@ function scene.socketRead(cmd,d)
|
||||
upstreamProgress=1
|
||||
resetGameData("n",d.seed)
|
||||
else
|
||||
LOG.print("Redundant signal: Begin",30,COLOR.green)
|
||||
LOG.print("Redundant [Go]",30,COLOR.green)
|
||||
end
|
||||
elseif cmd=="Finish"then
|
||||
playing=false
|
||||
|
||||
Reference in New Issue
Block a user