rakugoteam / Rakugo-archive

Framework (inspired by Ren'Py) for story driven games in Godot.
https://rakugoteam.github.io/
MIT License
317 stars 31 forks source link

Rewrite Dialog system to use threads #389

Open Jeremi360 opened 4 years ago

Jeremi360 commented 4 years ago

~Rewrite Dialog system to use yield and resume , instead of if next_step():~

Jeremi360 commented 3 years ago

After some test it come out that using threads and more specific Semaphore and Muxer will be better for our case. This is alredy on @Vaasref frok.