新增简易TAS工具,ctrl+T进入,f1暂停/开始,f2减速,f3加速/下一帧
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user