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

Minor artwork update

This commit is contained in:
tobspr
2020-05-11 14:21:59 +02:00
parent 6cce1b7c08
commit 653ddf9a3a
30 changed files with 62 additions and 212 deletions

View File

@@ -24,7 +24,7 @@ export class MetaBeltBaseBuilding extends MetaBuilding {
}
getDescription() {
return "Transports items, hold and drag to place multiple, press 'R' to rotate.";
return "Transports items, hold and drag to place multiple.";
}
getPreviewSprite(rotationVariant) {

View File

@@ -18,7 +18,7 @@ export class MetaSplitterBuilding extends MetaBuilding {
}
getName() {
return "Distribute";
return "Balancer";
}
getSilhouetteColor() {
@@ -26,7 +26,7 @@ export class MetaSplitterBuilding extends MetaBuilding {
}
getDescription() {
return "Accepts up to two inputs and evenly distributes them on the outputs. Can also be used to merge two inputs into one output.";
return "Multifunctional - Evenly distributes all inputs onto all outputs.";
}
/**