1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-15 19:21:49 +00:00

Added param1.seed to initNewGame

This commit is contained in:
Daan Breur 2021-11-14 13:13:20 +01:00
parent 5a1c24c9df
commit 8c10ff8a6f
2 changed files with 577 additions and 574 deletions

File diff suppressed because it is too large Load Diff

View File

@ -256,7 +256,7 @@ export class InGameState extends GameState {
*/
stage4aInitEmptyGame() {
if (this.switchStage(stages.s4_A_initEmptyGame)) {
this.core.initNewGame();
this.core.initNewGame({ seed: this.seed });
this.stage5FirstUpdate();
}
}