仅在开局和退出当前游戏时更新统计
This commit is contained in:
@@ -294,7 +294,9 @@ function sceneBack.load()
|
||||
end
|
||||
function sceneBack.pause()
|
||||
love.keyboard.setKeyRepeat(true)
|
||||
mergeStat(stat,players[1].stat)
|
||||
if not game.replaying then
|
||||
mergeStat(stat,players[1].stat)
|
||||
end
|
||||
TASK.clear("play")
|
||||
end
|
||||
function sceneBack.setting_game()
|
||||
|
||||
Reference in New Issue
Block a user