mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Minor hotfixes
This commit is contained in:
parent
b5a96a91a9
commit
22735591e9
@ -126,6 +126,7 @@ export class HUDBlueprintPlacer extends BaseHUDPart {
|
|||||||
this.root.hubGoals.takeShapeByKey(this.root.gameMode.getBlueprintShapeKey(), cost);
|
this.root.hubGoals.takeShapeByKey(this.root.gameMode.getBlueprintShapeKey(), cost);
|
||||||
this.root.soundProxy.playUi(SOUNDS.placeBuilding);
|
this.root.soundProxy.playUi(SOUNDS.placeBuilding);
|
||||||
}
|
}
|
||||||
|
return STOP_PROPAGATION;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -23,9 +23,6 @@ export class HUDConstantSignalEdit extends BaseHUDPart {
|
|||||||
deleteOnCancel: false,
|
deleteOnCancel: false,
|
||||||
});
|
});
|
||||||
return STOP_PROPAGATION;
|
return STOP_PROPAGATION;
|
||||||
} else if (button === enumMouseButton.right) {
|
|
||||||
this.root.logic.tryDeleteBuilding(contents);
|
|
||||||
return STOP_PROPAGATION;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user