Dex
Dex
We need to define a format for export and a format to import from JSON
Proposed format ```JSON { "events": [ { "event" : "" , "" : "", ... } ] } ```
Looks good and simple enough for me, exactly what I wanted when I opened the proposal request. Very good 👏
Is this related somehow to #45? Just wondering
> Can somebody summarize their current workflow for making changes to this repository, and how they test their changes There are not something like that. Most of PR are just...
https://github.com/coppolaemilio/dialogic/discussions/751 updated
Maybe is related to this too? 
Can replicate on main (https://github.com/coppolaemilio/dialogic/commit/ea667862774c020a45f252cef5c8462366343a5b) 
For some reason, your dialog node dissappears after trying to handle the fade-in animation: https://github.com/coppolaemilio/dialogic/blob/239feb7d2b673ad99969c3e000070416f07178ae/addons/dialogic/Nodes/DialogNode.gd#L632-L636 That could explain why: > if you don't toggle off the Wait for animation, the...
Since using graph editors is a good idea for this scenario, don't forget that dialogic was made this way according to this [FAQ question](https://github.com/coppolaemilio/dialogic/blob/main/addons/dialogic/Documentation/Content/FAQ/why-not-graph-nodes.md)