fix Diplomacy Connectors symbols

This commit is contained in:
Howard Mao 2019-09-10 10:07:19 -07:00
parent 646d7cba4c
commit cf5d64f8c8
1 changed files with 6 additions and 6 deletions

View File

@ -14,24 +14,24 @@ Diplomacy nodes, not Chisel bundles.
The basic connection operator always creates a single edge between the two
nodes.
:=*
---
:=\*
----
This is a "query" type connection operator. It can create multiple edges
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
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,
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
manager nodes.
:*=*
----
:\*=\*
------
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