bevy_tileset icon indicating copy to clipboard operation
bevy_tileset copied to clipboard

Simple, configurable tilesets in Bevy using RON

Results 3 bevy_tileset issues
Sort by recently updated
recently updated
newest added

This is a very, very, very rough transition from bevy 0.11 to 0.12. As assets v2 dropped with this release a lot of API surface changed. The biggest problem for...

In ```bevy_tileset_core/Cargo.toml``` I have to replace ```bevy_tile_atlas = { path = "../../bevy_tile_atlas", version = "0.7" }``` with ```bevy_tile_atlas = "0.7.0"``` to fix cargo issue and run examples. Consider using cates.io...

Will there be updates to it, or updates to `bevy_tileset_map`?