mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Add OR gate and different colors of wire based on the value
This commit is contained in:
@@ -4,6 +4,8 @@ import { Component } from "../component";
|
||||
export const enumLogicGateType = {
|
||||
and: "and",
|
||||
not: "not",
|
||||
xor: "xor",
|
||||
or: "or",
|
||||
};
|
||||
|
||||
export class LogicGateComponent extends Component {
|
||||
|
||||
Reference in New Issue
Block a user