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:
@@ -14,10 +14,6 @@ export class MetaEnergyGenerator extends MetaBuilding {
|
||||
super("energy_generator");
|
||||
}
|
||||
|
||||
isRotateable(variant) {
|
||||
return false;
|
||||
}
|
||||
|
||||
getSilhouetteColor() {
|
||||
return "#c425d7";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user