Hello.
I was wondering. Could anyone possibly make a Yarn Spinner integration?
https://github.com/thesecretlab/YarnSpi ... n/Usage.md
It's a node based dialogue editor that can export to JSON. It was used in Night in the Woods for exemple. It's super useful, and I wonder if anyone would be willing to make a plugin that integrated that.
Here is a very simple JSON export with two nodes:
[
{
"title": "Start",
"tags": "",
"body": "Hey\n[[Node1]]",
"position": {
"x": 255,
"y": 216
},
"colorID": 0
},
{
"title": "Node1",
"tags": "",
"body": "Empty Text",
"position": {
"x": 614,
"y": 229
},
"colorID": 0
}
][/code:3ffehgj2]
And here is how it looks in the editor.
[img="https://image.noelshack.com/fichiers/2017/23/6/1497101594-yarn-2017-06-10-15-32-46.png"]
I'm pretty sure someone can make something out of this. That'd be cool anyway.