bevy/crates/bevy_sprite/src
charlotte 8c7f1b34d3
Fix text-2d. (#17674)
# Objective

Fix text 2d. Fixes https://github.com/bevyengine/bevy/issues/17670

## Solution

Evidently there's a 1:N extraction going on here that requires using the
render entity rather than main entity.

## Testing

Text 2d example
2025-02-04 21:32:14 +00:00
..
mesh2d Reflect and register the wireframe materials (#17334) 2025-01-28 05:19:34 +00:00
render Fix text-2d. (#17674) 2025-02-04 21:32:14 +00:00
texture_slice Proportional scaling for the sprite's texture. (#17258) 2025-01-24 18:24:02 +00:00
lib.rs Move sprite batches to resource (#17636) 2025-02-02 22:08:57 +00:00
picking_backend.rs Rename PickingBehavior to Pickable (#17266) 2025-01-12 05:36:52 +00:00
sprite.rs Proportional scaling for the sprite's texture. (#17258) 2025-01-24 18:24:02 +00:00