giusdp / bevy_talks

A Bevy plugin to write dialogues for your characters, together with player choices.
https://giusdp.github.io/bevy_talks/
Apache License 2.0
54 stars 6 forks source link

API to build dialogue graphs programmatically #41

Closed giusdp closed 8 months ago

giusdp commented 9 months ago

Besides the asset files that describe dialogue graphs, it can be useful to have some builder pattern API to create dialogue graphs and add nodes via code so they can be build at runtime.