1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-13 18:21:51 +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() { getDimensions() {
return new Vector(2, 1); return new Vector(1, 1);
} }
getSilhouetteColor() { getSilhouetteColor() {
@ -26,9 +26,9 @@ export class MetaSorterBuilding extends MetaBuilding {
/** /**
* @param {GameRoot} root * @param {GameRoot} root
*/ */
getIsUnlocked(root) { /*getIsUnlocked(root) {
return true; //root.hubGoals.isRewardUnlocked(enumHubGoalRewards.reward_sorter); return root.hubGoals.isRewardUnlocked(enumHubGoalRewards.reward_sorter);
} }*/
/** /**
* @param {GameRoot} root * @param {GameRoot} root