bevy_entitiles 0.2.3

A 2d tilemap library for bevy. With many useful algorithms/tools built in.
1
2
3
pub trait LdtkEnum {
    fn get_identifier(ident: &str) -> Self;
}