File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ import { MetaTransistorBuilding } from "../buildings/transistor";
2222import { HUDPuzzleEditorControls } from "../hud/parts/puzzle_editor_controls" ;
2323import { HUDPuzzleEditorReview } from "../hud/parts/puzzle_editor_review" ;
2424import { HUDPuzzleEditorSettings } from "../hud/parts/puzzle_editor_settings" ;
25+ import { HUDConstantSignalEdit } from "../hud/parts/constant_signal_edit" ;
2526
2627export class PuzzleEditGameMode extends PuzzleGameMode {
2728 static getId ( ) {
@@ -58,6 +59,7 @@ export class PuzzleEditGameMode extends PuzzleGameMode {
5859 this . additionalHudParts . puzzleEditorControls = HUDPuzzleEditorControls ;
5960 this . additionalHudParts . puzzleEditorReview = HUDPuzzleEditorReview ;
6061 this . additionalHudParts . puzzleEditorSettings = HUDPuzzleEditorSettings ;
62+ this . additionalHudParts . constantSignalEdit = HUDConstantSignalEdit ;
6163 }
6264
6365 getIsEditor ( ) {
You can’t perform that action at this time.
0 commit comments