微调LOG.print使用

This commit is contained in:
MrZ626
2020-09-17 20:49:08 +08:00
parent 43874a09db
commit d47629e64a
6 changed files with 12 additions and 8 deletions

View File

@@ -92,7 +92,7 @@ do--calculator
elseif S.val==196000+022 then
S.pass=true
marking=nil
LOG.print("\68\69\86\58\87\97\116\101\114\109\97\114\107\32\82\101\109\111\118\101\100","warn",color.lBlue)
LOG.print("\68\69\86\58\87\97\116\101\114\109\97\114\107\32\82\101\109\111\118\101\100","message")
SFX.play("clear")
elseif S.val==72943816 then
S.pass=true
@@ -102,7 +102,7 @@ do--calculator
end
end
FILE.saveUnlock()
LOG.print("\68\69\86\58\85\78\76\79\67\75\65\76\76","warn",color.lBlue)
LOG.print("\68\69\86\58\85\78\76\79\67\75\65\76\76","message")
SFX.play("clear_2")
elseif S.val==1379e8+2626e4+1379 then
S.pass=true
@@ -981,10 +981,10 @@ do--mode
if mapCam.sel=="custom_clear"or mapCam.sel=="custom_puzzle"then
if customEnv.opponent>1 then
if customEnv.seq=="fixed"then
LOG.print(text.ai_fixed,"warn",color.red)
LOG.print(text.ai_fixed,"warn")
return
elseif #preBag>0 then
LOG.print(text.ai_prebag,"warn",color.red)
LOG.print(text.ai_prebag,"warn")
return
end
end

View File

@@ -64,7 +64,7 @@ function SKIN.load()
I=gc.newImage(N)
else
I=gc.newImage("/image/skin/"..list[1]..".png")
LOG.print("No skin file: "..list[i],color.red)
LOG.print("No skin file: "..list[i],"warn")
end
for j=1,11 do
SKIN.lib[i][j]=C(30,30)