bevy_adventure 0.6.0

A framework for building adventure games in Bevy.
Documentation
mod back;
mod ignores;
mod next;
mod plugin;
mod spot;

pub use back::{
    BackToSpot,
    BackToState,
};
pub use ignores::Ignores;
pub use next::{
    NextSpot,
    SkipAnimation,
};
pub use plugin::CameraPlugin;
pub use spot::{
    CameraSpot,
    CameraSpots,
    CurrentSpot,
    IsCameraSpot,
};