修复不自己玩游戏主菜单demo序列不变

This commit is contained in:
MrZ626
2020-11-05 00:22:19 +08:00
parent 06d98cf635
commit 228518ad95

View File

@@ -11,6 +11,7 @@ function sceneInit.main()
--Create demo player
destroyPlayers()
GAME.frame=0
GAME.seed=math.random(2e6)
PLY.newDemoPlayer(1,900,35,1.1)
end