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

Add transistor building (Gate)

This commit is contained in:
tobspr
2020-08-13 20:47:33 +02:00
parent f44563fc05
commit ff02508361
17 changed files with 1015 additions and 877 deletions

View File

@@ -6,6 +6,7 @@ export const enumLogicGateType = {
not: "not",
xor: "xor",
or: "or",
transistor: "transistor",
};
export class LogicGateComponent extends Component {