mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
Respect "offerHints" in puzzle editor
This commit is contained in:
parent
a1c6a99df0
commit
33f862a5e7
@ -55,7 +55,10 @@ export class PuzzleEditGameMode extends PuzzleGameMode {
|
|||||||
MetaTransistorBuilding,
|
MetaTransistorBuilding,
|
||||||
];
|
];
|
||||||
|
|
||||||
|
if (this.root.app.settings.getAllSettings().offerHints) {
|
||||||
this.additionalHudParts.puzzleEditorControls = HUDPuzzleEditorControls;
|
this.additionalHudParts.puzzleEditorControls = HUDPuzzleEditorControls;
|
||||||
|
}
|
||||||
|
|
||||||
this.additionalHudParts.puzzleEditorReview = HUDPuzzleEditorReview;
|
this.additionalHudParts.puzzleEditorReview = HUDPuzzleEditorReview;
|
||||||
this.additionalHudParts.puzzleEditorSettings = HUDPuzzleEditorSettings;
|
this.additionalHudParts.puzzleEditorSettings = HUDPuzzleEditorSettings;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user