Skip to content

Instantly share code, notes, and snippets.

@fadookie
Created August 29, 2020 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fadookie/7cda25a8c681a9757b7c6fb3a536a9ec to your computer and use it in GitHub Desktop.
Save fadookie/7cda25a8c681a9757b7c6fb3a536a9ec to your computer and use it in GitHub Desktop.
{
"index.rete": {
"data": {
"id": "retejs@0.1.0",
"nodes": {
"4": {
"id": 4,
"data": {
"module": "module1.rete"
},
"inputs": {
},
"outputs": {
"undefined": {
"connections": [
]
}
},
"position": [
569.9484252929688,
53.2481689453125
],
"name": "Module"
},
"19": {
"id": 19,
"data": {
},
"inputs": {
"in": {
"connections": [
]
}
},
"outputs": {
},
"position": [
1031.8490295410156,
61.782623291015625
],
"name": "Out"
},
"30": {
"id": 30,
"data": {
},
"inputs": {
},
"outputs": {
"skeleton": {
"connections": [
]
}
},
"position": [
617.9895944363163,
275.59815054005617
],
"name": "StateMachine"
}
}
}
},
"module1.rete": {
"data": {
"id": "retejs@0.1.0",
"nodes": {
"14": {
"id": 14,
"data": {
},
"inputs": {
"in": {
"connections": [
{
"node": 15,
"output": "skeleton",
"data": {
}
}
]
}
},
"outputs": {
},
"position": [
802.3598022460938,
276.01849365234375
],
"name": "Out"
},
"15": {
"id": 15,
"data": {
},
"inputs": {
},
"outputs": {
"skeleton": {
"connections": [
{
"node": 14,
"input": "in",
"data": {
}
}
]
}
},
"position": [
456.406005859375,
234.25042724609375
],
"name": "StateMachine"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment