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