bevy/crates/bevy_sprite/src
Tygyh 7b8305e5b4
Remove unnecessary parens (#11075)
# Objective

- Increase readability.

## Solution

- Remove unnecessary parens.
2023-12-24 17:43:01 +00:00
..
mesh2d Remove unnecessary parens (#11075) 2023-12-24 17:43:01 +00:00
render Remove unnecessary parens (#11075) 2023-12-24 17:43:01 +00:00
bundle.rs Add docs to bevy_sprite a little (#10947) 2023-12-14 17:25:55 +00:00
collide_aabb.rs Add docs to bevy_sprite a little (#10947) 2023-12-14 17:25:55 +00:00
dynamic_texture_atlas_builder.rs Replace all usages of texture_descritor.size.* with the helper methods (#10227) 2023-10-23 20:49:02 +00:00
lib.rs Update AABB when Sprite component changes in calculate_bounds_2d() (#11016) 2023-12-18 20:55:12 +00:00
sprite.rs Add docs to bevy_sprite a little (#10947) 2023-12-14 17:25:55 +00:00
texture_atlas_builder.rs Replace all usages of texture_descritor.size.* with the helper methods (#10227) 2023-10-23 20:49:02 +00:00
texture_atlas.rs Add docs to bevy_sprite a little (#10947) 2023-12-14 17:25:55 +00:00