整理代码,两个远古时期的游戏相关全局变量移入GAME

This commit is contained in:
MrZ626
2020-11-20 01:03:27 +08:00
parent 0456bf515e
commit 9442da2b44
5 changed files with 17 additions and 14 deletions

View File

@@ -168,6 +168,9 @@ BAG={}--Sequence for custom game
MISSION={}--Clearing mission for custom game
GAME={--Global game data
init=false, --If need initializing game when enter scene-play
restartCount=0, --Keep +=1 if player hold restart button after game start
frame=0, --Frame count
result=false, --Game result (string)
pauseTime=0, --Time paused