mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-12-13 02:01:51 +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(
|
||||
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,
|
||||
},
|
||||
],
|
||||
})
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user