bevy/examples/2d
Denis Laprise 7d0e98f34c Implement rotation for Text2d (#2084)
Fixes https://github.com/bevyengine/bevy/issues/2080

![CleanShot 2021-05-02 at 22 50 09](https://user-images.githubusercontent.com/11653/116844876-373ca780-ab99-11eb-8f61-8d93d929bff0.gif)


Co-authored-by: Nathan Stocks <cleancut@github.com>
Co-authored-by: Denis Laprise <nside@users.noreply.github.com>
2021-05-06 03:55:55 +00:00
..
contributors.rs Make Commands and World apis consistent (#1703) 2021-03-23 00:23:40 +00:00
many_sprites.rs add documentation on LogPlugin and more log usage (#1973) 2021-04-22 23:30:48 +00:00
mesh.rs Example on how to draw using custom mesh and shader (#1565) 2021-04-12 19:47:12 +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 Implement rotation for Text2d (#2084) 2021-05-06 03:55:55 +00:00
texture_atlas.rs Change State::*_next to *_replace, add proper next (#1676) 2021-03-25 03:28:40 +00:00