修正每次进入主菜单时部分参数未完全重置(例如设置的方块颜色) close #368
This commit is contained in:
@@ -37,7 +37,7 @@ function scene.sceneInit()
|
||||
--Create demo player
|
||||
destroyPlayers()
|
||||
GAME.modeEnv=NONE
|
||||
GAME.seed=math.random(2e6)
|
||||
GAME.setting={}
|
||||
PLY.newDemoPlayer(1)
|
||||
PLAYERS[1]:setPosition(520,140,.8)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user