bevy/examples/2d
TheRawMeatball 78edec2e45 Change State::*_next to *_replace, add proper next (#1676)
In the current impl, next clears out the entire stack and replaces it with a new state. This PR moves this functionality into a replace method, and changes the behavior of next to only change the top state.

Co-authored-by: Carter Anderson <mcanders1@gmail.com>
2021-03-25 03:28:40 +00:00
..
contributors.rs Make Commands and World apis consistent (#1703) 2021-03-23 00:23:40 +00:00
many_sprites.rs Example for 2D Frustum Culling (#1503) 2021-03-25 01:46:22 +00:00
sprite.rs Make Commands and World apis consistent (#1703) 2021-03-23 00:23:40 +00:00
sprite_flipping.rs Make Commands and World apis consistent (#1703) 2021-03-23 00:23:40 +00:00
sprite_sheet.rs Make Commands and World apis consistent (#1703) 2021-03-23 00:23:40 +00:00
text2d.rs Make Commands and World apis consistent (#1703) 2021-03-23 00:23:40 +00:00
texture_atlas.rs Change State::*_next to *_replace, add proper next (#1676) 2021-03-25 03:28:40 +00:00