mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-12-16 11:41:50 +00:00
Added param1.seed to initNewGame
This commit is contained in:
parent
5a1c24c9df
commit
8c10ff8a6f
1149
src/js/game/core.js
1149
src/js/game/core.js
File diff suppressed because it is too large
Load Diff
@ -256,7 +256,7 @@ export class InGameState extends GameState {
|
|||||||
*/
|
*/
|
||||||
stage4aInitEmptyGame() {
|
stage4aInitEmptyGame() {
|
||||||
if (this.switchStage(stages.s4_A_initEmptyGame)) {
|
if (this.switchStage(stages.s4_A_initEmptyGame)) {
|
||||||
this.core.initNewGame();
|
this.core.initNewGame({ seed: this.seed });
|
||||||
this.stage5FirstUpdate();
|
this.stage5FirstUpdate();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user