micro_ldtk 0.17.1

Load data from LDTK, index it and make it accessible through Bevy assets, extract and use autotile rules
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(feature = "bevy")]
mod locator;
mod types;
mod utils;

#[cfg(feature = "bevy")]
pub use locator::*;
pub use types::*;
pub use utils::*;