框架跟进
This commit is contained in:
Submodule Zframework updated: 8747f1ef22...9a7be7d45f
@@ -981,7 +981,7 @@ do-- function resetGameData(args)
|
|||||||
GAME.replaying=true
|
GAME.replaying=true
|
||||||
else
|
else
|
||||||
GAME.frameStart=args:find'n' and 0 or 180-SETTING.reTime*60
|
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.pauseTime=0
|
||||||
GAME.pauseCount=0
|
GAME.pauseCount=0
|
||||||
GAME.saved=false
|
GAME.saved=false
|
||||||
|
|||||||
@@ -652,7 +652,7 @@ do-- Userdata tables
|
|||||||
showSpike=true,
|
showSpike=true,
|
||||||
highCam=true,
|
highCam=true,
|
||||||
nextPos=true,
|
nextPos=true,
|
||||||
fullscreen=true,
|
fullscreen=SYSTEM~='Web',
|
||||||
portrait=false,
|
portrait=false,
|
||||||
msaa=0,
|
msaa=0,
|
||||||
bg='on',
|
bg='on',
|
||||||
|
|||||||
Reference in New Issue
Block a user