bevy_talks 0.5.0

A Bevy plugin to write dialogues for your characters to say and do things, together with player choices.
Documentation
1
2
3
4
//! Asset loader for Talks from "talks.ron" files.

pub(crate) mod loader;
mod types;