Expand description
bevy_talks
is a Bevy plugin that provides the basics to build and handle dialogues in games.
Modules§
- actors
- Main actor types
- builder
- Programmatically build Talks
- errors
- Errors that can happen when using
bevy_talks
. - events
- Events to interact with the dialogue graph.
- prelude
- Prelude for the
bevy_talks
crate. - ron_
loader - Asset loader for Talks from “talks.ron” files.
- talk
- The main types for a Talk.
- talk_
asset - Talk Asset structs and types.
Structs§
- Talks
Plugin - The plugin that provides the basics to build and handle dialogues in games.