Crate bevy_talks

Source
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§

TalksPlugin
The plugin that provides the basics to build and handle dialogues in games.