bevy/examples/2d
CGMossa 93a131661d Very minor doc formatting changes (#5287)
# Objective

- Added a bunch of backticks to things that should have them, like equations, abstract variable names,
- Changed all small x, y, and z to capitals X, Y, Z.

This might be more annoying than helpful; Feel free to refuse this PR.
2022-07-12 13:06:16 +00:00
..
mesh2d.rs Camera Driven Rendering (#4745) 2022-06-02 00:12:17 +00:00
mesh2d_manual.rs Update codebase to use IntoIterator where possible. (#5269) 2022-07-11 15:28:50 +00:00
mesh2d_vertex_color_texture.rs Camera Driven Rendering (#4745) 2022-06-02 00:12:17 +00:00
move_sprite.rs Update codebase to use IntoIterator where possible. (#5269) 2022-07-11 15:28:50 +00:00
rotation.rs Very minor doc formatting changes (#5287) 2022-07-12 13:06:16 +00:00
shapes.rs Camera Driven Rendering (#4745) 2022-06-02 00:12:17 +00:00
sprite.rs Camera Driven Rendering (#4745) 2022-06-02 00:12:17 +00:00
sprite_flipping.rs Camera Driven Rendering (#4745) 2022-06-02 00:12:17 +00:00
sprite_sheet.rs Update codebase to use IntoIterator where possible. (#5269) 2022-07-11 15:28:50 +00:00
text2d.rs Update codebase to use IntoIterator where possible. (#5269) 2022-07-11 15:28:50 +00:00
texture_atlas.rs Change default Image FilterMode to Linear (#4465) 2022-06-11 09:13:37 +00:00
transparency_2d.rs use the default() method in examples instead of Default::default() (#4952) 2022-06-07 02:16:47 +00:00