新增简易TAS工具,ctrl+T进入,f1暂停/开始,f2减速,f3加速/下一帧

This commit is contained in:
MrZ626
2021-08-16 22:45:55 +08:00
parent 42620bf739
commit d457fb0011
11 changed files with 163 additions and 96 deletions

View File

@@ -194,6 +194,9 @@ function scoreValid()--Check if any unranked mods are activated
return false
end
end
if GAME.tasUsed then
return false
end
return true
end
function destroyPlayers()--Destroy all player objects, restore freerows and free CCs
@@ -477,6 +480,7 @@ do--function resetGameData(args)
if not args then args=""end
trySave()
GAME.tasUsed=false
GAME.result=false
GAME.rank=0
GAME.warnLVL0=0