1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-13 10:11:50 +00:00

and it begins *-*

This commit is contained in:
mse 2020-05-28 17:49:54 -04:00
parent 1692ac1184
commit 42a4ba53ba

View File

@ -16,7 +16,7 @@ export class MetaSorterBuilding extends MetaBuilding {
}
getDimensions() {
return new Vector(2, 1);
return new Vector(1, 1);
}
getSilhouetteColor() {
@ -26,9 +26,9 @@ export class MetaSorterBuilding extends MetaBuilding {
/**
* @param {GameRoot} root
*/
getIsUnlocked(root) {
return true; //root.hubGoals.isRewardUnlocked(enumHubGoalRewards.reward_sorter);
}
/*getIsUnlocked(root) {
return root.hubGoals.isRewardUnlocked(enumHubGoalRewards.reward_sorter);
}*/
/**
* @param {GameRoot} root