graflow: improved landing of temp-wire on hovering dest port + improved test5 example to test it
This commit is contained in:
@@ -96,6 +96,16 @@
|
||||
.bzgf-node[data-nodetype="input"] .title,
|
||||
.bzgf-node[data-nodetype="console"] .title{ background: #555; }
|
||||
|
||||
|
||||
|
||||
.bzgf-node[data-nodetype="square"]{
|
||||
background: #FAA;
|
||||
border-color: #A00;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
.bzgf-node[data-nodetype="square"] .title{ background: #555; }
|
||||
|
||||
.bzgf-node[data-nodetype="refnodein"], .bzgf-node[data-nodetype="refnodeout"] {
|
||||
width:3em;
|
||||
height:3em;
|
||||
@@ -188,6 +198,19 @@
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<template>
|
||||
<div class="bzgf-node" data-nodetype="square">
|
||||
<div class="title">PRNG</div>
|
||||
<div class="body"></div>
|
||||
<div class="port" data-type="out" data-id="w" data-direction="w"></div>
|
||||
<div class="port" data-type="out" data-id="n" data-direction="n"></div>
|
||||
<div class="port" data-type="out" data-id="e" data-direction="e"></div>
|
||||
<div class="port" data-type="out" data-id="s" data-direction="s"></div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
<template>
|
||||
<div class="bzgf-node" data-nodetype="refnodein">
|
||||
<div class="body">{parentport}</div>
|
||||
|
||||
Reference in New Issue
Block a user