mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-02-26 09:49:20 +00:00
Prettier
This commit is contained in:
parent
455ef08fef
commit
ad3d1ae389
@ -191,7 +191,7 @@ export class WiredPinsSystem extends GameSystemWithFilter {
|
||||
if (staticComp.getMetaBuilding().getRenderPins()) {
|
||||
this.sprite = this.pinSprites[slot.type];
|
||||
if (staticComp.getMetaBuilding().id == "display") {
|
||||
this.sprite = Loader.getSprite("sprites/wires/display_logical_acceptor.png")
|
||||
this.sprite = Loader.getSprite("sprites/wires/display_logical_acceptor.png");
|
||||
}
|
||||
drawRotatedSprite({
|
||||
parameters,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user