1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-13 10:11:50 +00:00

begin some random garbage

This commit is contained in:
mse 2020-05-31 21:54:12 -04:00
parent c154cf3e45
commit baeb1bfd7b

View File

@ -53,7 +53,7 @@ export class MetaSorterBuilding extends MetaBuilding {
})
);
entity.addComponent(
new SorterComponent({})
new SorterComponent()
);
entity.addComponent(
new ItemEjectorComponent({
@ -66,10 +66,10 @@ export class MetaSorterBuilding extends MetaBuilding {
pos: new Vector(0, 0),
direction: enumDirection.top,
},
//{
// pos: new Vector(0, 0),
// direction: enumDirection.right,
//},
{
pos: new Vector(0, 0),
direction: enumDirection.right,
},
],
})
);