1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Sneak preview to the wires layer when placing on the regular layer

This commit is contained in:
tobspr
2020-08-14 15:48:26 +02:00
parent 390c4ce1a5
commit 6c8a29cea6
12 changed files with 458 additions and 264 deletions

View File

@@ -82,7 +82,7 @@ export class DisplaySystem extends GameSystemWithFilter {
parameters,
(origin.x + 0.5) * globalConfig.tileSize,
(origin.y + 0.5) * globalConfig.tileSize,
globalConfig.tileSize + 3
globalConfig.tileSize
);
} else if (value.getItemType() === enumItemType.shape) {
// @todo