MES消息增加error图标,减淡边框

This commit is contained in:
MrZ626
2021-06-13 22:02:29 +08:00
parent 0ee460b679
commit 369891ba54
6 changed files with 23 additions and 10 deletions

View File

@@ -376,7 +376,7 @@ do--function DATA.saveRecording()
FILE.save(REPLAY,'conf/replay')
return true
else
MES.new('warn',"Save failed: File already exists")
MES.new('error',"Save failed: File already exists")
end
end
end

View File

@@ -484,7 +484,7 @@ do--function resetGameData(args)
end
end
else
MES.new('warn',"Wrong task type")
MES.new('error',"Wrong task type")
end
end
BG.set(GAME.modeEnv.bg)

View File

@@ -122,7 +122,7 @@ local function pumpStream(d)
if res then
DATA.pumpRecording(stream,P.stream)
else
MES.new('warn',"Bad stream from "..P.username.."#"..P.uid,.2)
MES.new('error',"Bad stream from "..P.username.."#"..P.uid,.2)
end
break
end