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:
parent
c154cf3e45
commit
baeb1bfd7b
@ -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,
|
||||||
//},
|
},
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user