1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Add item filter

This commit is contained in:
tobspr
2020-08-13 20:30:43 +02:00
parent 984bea1921
commit f44563fc05
26 changed files with 1149 additions and 885 deletions

View File

@@ -19,6 +19,7 @@ export const enumItemProcessorTypes = {
painterDouble: "painterDouble",
painterQuad: "painterQuad",
hub: "hub",
filter: "filter",
};
export class ItemProcessorComponent extends Component {