框架跟进

This commit is contained in:
ParticleG
2023-06-14 23:42:07 +08:00
parent c583769cf3
commit 4a81d8beb0
3 changed files with 3 additions and 3 deletions

View File

@@ -981,7 +981,7 @@ do-- function resetGameData(args)
GAME.replaying=true
else
GAME.frameStart=args:find'n' and 0 or 180-SETTING.reTime*60
GAME.seed=seed or math.random(1046101471,2662622626)
GAME.seed=seed or math.random(1046101471)
GAME.pauseTime=0
GAME.pauseCount=0
GAME.saved=false

View File

@@ -652,7 +652,7 @@ do-- Userdata tables
showSpike=true,
highCam=true,
nextPos=true,
fullscreen=true,
fullscreen=SYSTEM~='Web',
portrait=false,
msaa=0,
bg='on',