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

Fix energy generator being not rotateable

This commit is contained in:
tobspr
2020-07-06 19:31:00 +02:00
parent 0bba6a9d79
commit 54be64c0e2
17 changed files with 781 additions and 717 deletions

View File

@@ -14,10 +14,6 @@ export class MetaEnergyGenerator extends MetaBuilding {
super("energy_generator");
}
isRotateable(variant) {
return false;
}
getSilhouetteColor() {
return "#c425d7";
}