调整统计文件保存时机,左上角不再弹出保存成功提醒

This commit is contained in:
MrZ626
2021-05-14 12:11:56 +08:00
parent 5697a201ef
commit e2b0069947
2 changed files with 3 additions and 3 deletions

View File

@@ -122,7 +122,7 @@ function scene.sceneBack()
STAT.todayTime=STAT.todayTime+PLAYERS[1].stat.time
if not GAME.replaying and(PLAYERS[1].frameRun>400 or GAME.result)and not GAME.result then
mergeStat(STAT,PLAYERS[1].stat)
FILE.save(STAT,'conf/data')
FILE.save(STAT,'conf/data','q')
end
end