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:
parent
1692ac1184
commit
42a4ba53ba
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user