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:
@@ -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) {
|
||||
|
||||
@@ -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.";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user