mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Re-Enable automatic belt placement
This commit is contained in:
@@ -1018,7 +1018,6 @@ export class BeltPath extends BasicSerializableObject {
|
||||
worldPos.y + 2
|
||||
);
|
||||
progress += nextDistanceAndItem[_nextDistance];
|
||||
nextDistanceAndItem[_item].draw(worldPos.x, worldPos.y, parameters, 10);
|
||||
}
|
||||
|
||||
for (let i = 0; i < this.entityPath.length; ++i) {
|
||||
|
||||
@@ -129,7 +129,6 @@ export class MetaBeltBaseBuilding extends MetaBuilding {
|
||||
updateVariants(entity, rotationVariant) {
|
||||
entity.components.Belt.direction = arrayBeltVariantToRotation[rotationVariant];
|
||||
entity.components.ItemEjector.slots[0].direction = arrayBeltVariantToRotation[rotationVariant];
|
||||
|
||||
entity.components.StaticMapEntity.spriteKey = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user