Crate bevy_talks

source ·
Expand description

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

Modules

  • Main actor types
  • Programmatically build Talks
  • Errors that can happen when using bevy_talks.
  • Events to interact with the dialogue graph.
  • Prelude for the bevy_talks crate.
  • Asset loader for Talks from “talks.ron” files.
  • The main types for a Talk.
  • Talk Asset structs and types.

Structs

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