对战传输的玩家配置信息格式简化和修复一个问题(未使用所以从未触发)

This commit is contained in:
MrZ626
2021-04-10 22:24:12 +08:00
parent 7da178c5ec
commit 23bb6ac486
4 changed files with 14 additions and 16 deletions

View File

@@ -665,7 +665,7 @@ do--function dumpBasicConfig()
"dropFX","moveFX","shakeFX",
"text","highCam","nextPos",
--Not necessary graphic
--Unnecessary graphic
-- "grid","smooth",
-- "lockFX","clearFX","splashFX","atkFX",
-- "score",
@@ -675,7 +675,7 @@ do--function dumpBasicConfig()
for _,key in next,gameSetting do
S[key]=SETTING[key]
end
return data.encode("string","base64",JSON.encode(S))
return JSON.encode(S)
end
end
do--function resetGameData(args)