mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-02-12 02:49:20 +00:00
fixed zone values not updating on import
This commit is contained in:
parent
0e0c08e25e
commit
4de1cebe58
@ -83,6 +83,7 @@ export class HUDPuzzleImportExport extends BaseHUDPart {
|
|||||||
|
|
||||||
mode.zoneWidth = gameData.bounds.w;
|
mode.zoneWidth = gameData.bounds.w;
|
||||||
mode.zoneHeight = gameData.bounds.h;
|
mode.zoneHeight = gameData.bounds.h;
|
||||||
|
this.root.hud.parts.puzzleEditorSettings.updateZoneValues();
|
||||||
|
|
||||||
errorText = new PuzzleSerializer().deserializePuzzle(this.root, gameData);
|
errorText = new PuzzleSerializer().deserializePuzzle(this.root, gameData);
|
||||||
} catch (ex) {
|
} catch (ex) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user