mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-02-12 02:49:20 +00:00
minor fix
This commit is contained in:
parent
71a41fae2a
commit
145d099dbb
@ -634,7 +634,7 @@ export class PuzzleMenuState extends TextualGameState {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const savegame = this.createEmptySavegame();
|
const savegame = Savegame.createPuzzleSavegame(this.app);
|
||||||
this.moveToState("InGameState", {
|
this.moveToState("InGameState", {
|
||||||
gameModeId: enumGameModeIds.puzzleEdit,
|
gameModeId: enumGameModeIds.puzzleEdit,
|
||||||
gameModeParameters: {
|
gameModeParameters: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user