mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Disable automatic background switch in map view when placing buildings
This commit is contained in:
@@ -233,7 +233,9 @@ export class MapView extends BaseMap {
|
|||||||
parameters.context.scale(1 / dpi, 1 / dpi);
|
parameters.context.scale(1 / dpi, 1 / dpi);
|
||||||
|
|
||||||
let key = "regular";
|
let key = "regular";
|
||||||
if (this.root.hud.parts.buildingPlacer.currentMetaBuilding.get()) {
|
|
||||||
|
// Disabled rn because it can be really annoying
|
||||||
|
if (this.root.hud.parts.buildingPlacer.currentMetaBuilding.get() && false) {
|
||||||
key = "placing";
|
key = "placing";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user