fix Diplomacy Connectors symbols
This commit is contained in:
@@ -14,24 +14,24 @@ Diplomacy nodes, not Chisel bundles.
|
|||||||
The basic connection operator always creates a single edge between the two
|
The basic connection operator always creates a single edge between the two
|
||||||
nodes.
|
nodes.
|
||||||
|
|
||||||
:=*
|
:=\*
|
||||||
---
|
----
|
||||||
|
|
||||||
This is a "query" type connection operator. It can create multiple edges
|
This is a "query" type connection operator. It can create multiple edges
|
||||||
between nodes, with the number of edges determined by the client node
|
between nodes, with the number of edges determined by the client node
|
||||||
(the node on the right side of the operator). This can be useful if you
|
(the node on the right side of the operator). This can be useful if you
|
||||||
are connecting a multi-edge client to a nexus node or adapter node.
|
are connecting a multi-edge client to a nexus node or adapter node.
|
||||||
|
|
||||||
:*=
|
:\*=
|
||||||
---
|
----
|
||||||
|
|
||||||
This is a "star" type connection operator. It also creates multiple edges,
|
This is a "star" type connection operator. It also creates multiple edges,
|
||||||
but the number of edges is determined by the manager (left side of operator),
|
but the number of edges is determined by the manager (left side of operator),
|
||||||
rather than the client. It's useful for connecting nexus nodes to multi-edge
|
rather than the client. It's useful for connecting nexus nodes to multi-edge
|
||||||
manager nodes.
|
manager nodes.
|
||||||
|
|
||||||
:*=*
|
:\*=\*
|
||||||
----
|
------
|
||||||
|
|
||||||
This is a "flex" connection operator. It creates multiple edges based on
|
This is a "flex" connection operator. It creates multiple edges based on
|
||||||
whichever side of the operator has a known number of edges. This can be used
|
whichever side of the operator has a known number of edges. This can be used
|
||||||
|
|||||||
Reference in New Issue
Block a user