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

Add virtual stacker and painter, fix css

This commit is contained in:
tobspr
2020-09-19 15:33:24 +02:00
parent 8fa348ef30
commit 3e93681ce6
19 changed files with 666 additions and 524 deletions

View File

@@ -13,6 +13,8 @@ export const enumLogicGateType = {
unstacker: "unstacker",
cutter: "cutter",
shapecompare: "shapecompare",
stacker: "stacker",
painter: "painter",
};
export class LogicGateComponent extends Component {