bevy/examples/2d
Zicklag c8330037e7 Re-implement Automatic Sprite Sizing (#2613)
# Objective

- Prevent the need to specify a sprite size when using the pipelined sprite renderer

## Solution

- Re-introduce the sprite auto resize system from the old renderer
2021-08-10 02:26:06 +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 Re-implement Automatic Sprite Sizing (#2613) 2021-08-10 02:26:06 +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