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
55 stars 6 forks source link

Split talk script files #38

Open giusdp opened 11 months ago

giusdp commented 11 months ago

Right now there is one asset file used to create a dialogue graph. It contains both the actors vector and the script actions vector. The actions also contain the data needed to create the actual graph (ids and next ids), together with other data (the kind of action, actor, text...).

We could instead take a different approach and split this asset file into 3 assets.