bevy_ecs_tilemap
bevy_ecs_tilemap copied to clipboard
API enhancement: add MapSettings::new_with_map_type()
Currently MapSettings::new() is locked to the TilemapMeshType::Square map type.
It would be nice to have a MapSettings::new_with_map_type() that would accept the different TilemapMeshType options.