mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-02-21 15:29: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()) {
|
if (staticComp.getMetaBuilding().getRenderPins()) {
|
||||||
this.sprite = this.pinSprites[slot.type];
|
this.sprite = this.pinSprites[slot.type];
|
||||||
if (staticComp.getMetaBuilding().id == "display") {
|
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({
|
drawRotatedSprite({
|
||||||
parameters,
|
parameters,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user