Crate bevy_talks

source ·
Expand description

[bevy_talks] is a Bevy plugin that provides the basics to build and handle dialogues in games.

Modules

  • Screenplay action definitions.
  • Errors that can happen while using the library
  • Asset loader for screenplays with json format.
  • Prelude for the talks crate.
  • The main module of the crate. It contains the Screenplay struct and its builder.
  • The main module of the crate. It contains the Screenplay struct and its builder.
  • Types used in the plugin.

Structs

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