mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
New building sprites
This commit is contained in:
@@ -20,7 +20,7 @@ export class MetaHubBuilding extends MetaBuilding {
|
||||
return "#eb5555";
|
||||
}
|
||||
|
||||
isRotateable() {
|
||||
getIsRotateable() {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ export class MetaLeverBuilding extends MetaBuilding {
|
||||
return true;
|
||||
}
|
||||
|
||||
isRotateable() {
|
||||
getIsRotateable() {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
@@ -57,6 +57,11 @@ export class MetaLogicGateBuilding extends MetaBuilding {
|
||||
];
|
||||
}
|
||||
|
||||
getRenderPins() {
|
||||
// We already have it included
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param {Entity} entity
|
||||
|
||||
@@ -20,7 +20,7 @@ export class MetaTrashBuilding extends MetaBuilding {
|
||||
super("trash");
|
||||
}
|
||||
|
||||
isRotateable(variant) {
|
||||
getIsRotateable(variant) {
|
||||
return variant !== defaultBuildingVariant;
|
||||
}
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ export class MetaWireTunnelBuilding extends MetaBuilding {
|
||||
return true;
|
||||
}
|
||||
|
||||
isRotateable() {
|
||||
getIsRotateable() {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user