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:
@@ -6,6 +6,7 @@ export const enumLogicGateType = {
|
||||
not: "not",
|
||||
xor: "xor",
|
||||
or: "or",
|
||||
transistor: "transistor",
|
||||
};
|
||||
|
||||
export class LogicGateComponent extends Component {
|
||||
|
||||
Reference in New Issue
Block a user