Dex

Results 99 comments of 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 👏

> 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? ![image](https://user-images.githubusercontent.com/7025991/163479164-d9a3833c-727d-4fd8-80c7-e315e63faa79.png)

Can replicate on main (https://github.com/coppolaemilio/dialogic/commit/ea667862774c020a45f252cef5c8462366343a5b) ![image](https://user-images.githubusercontent.com/7025991/163724437-f7d7dd60-51c6-4606-970a-f6eb566ba959.png)

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)