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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user