bevy/examples/2d
John 115b170d1f Add sprite atlases into the new renderer. (#2560)
# Objective
Restore the functionality of sprite atlases in the new renderer.

### **Note:** This PR relies on #2555 

## Solution
Mostly just a copy paste of the existing sprite atlas implementation, however I unified the rendering between sprites and atlases.

Co-authored-by: Carter Anderson <mcanders1@gmail.com>
2021-08-04 01:16:25 +00:00
..
contributors.rs pipelined rendering proof of concept 2021-07-24 16:43:37 -07:00
many_sprites.rs pipelined rendering proof of concept 2021-07-24 16:43:37 -07:00
mesh.rs pipelined rendering proof of concept 2021-07-24 16:43:37 -07:00
pipelined_texture_atlas.rs Add sprite atlases into the new renderer. (#2560) 2021-08-04 01:16:25 +00:00
sprite.rs fix clippy 2021-07-24 16:43:37 -07:00
sprite_flipping.rs pipelined rendering proof of concept 2021-07-24 16:43:37 -07:00
sprite_sheet.rs pipelined rendering proof of concept 2021-07-24 16:43:37 -07:00
text2d.rs pipelined rendering proof of concept 2021-07-24 16:43:37 -07:00
texture_atlas.rs pipelined rendering proof of concept 2021-07-24 16:43:37 -07:00