bevy/examples/testbed
ickshonpe f74abb1b89
Add sprite flipping to testbed_2d's sprite scene (#18537)
# Objective

Add sprite flipping to `testbed_2d`'s sprite scene

## Solution

Draw the sprite flipped in each axis and both axes.

Changed the sprite to the rectangular bevy banner with text and made the
images different colors.

## Testing
```
cargo run --example testbed_2d
```


![image](https://github.com/user-attachments/assets/dcfe687b-2f40-4417-bb20-6c892b425228)

---------

Co-authored-by: François Mockers <mockersf@gmail.com>
2025-03-25 21:14:17 +00:00
..
2d.rs Add sprite flipping to testbed_2d's sprite scene (#18537) 2025-03-25 21:14:17 +00:00
3d.rs Revert "don't use bevy_pbr for base bevy_gizmos plugin" (#18327) 2025-03-17 22:23:42 +00:00
full_ui.rs testbed for UI (#18091) 2025-03-04 11:02:55 +00:00
helpers.rs Smarter testbeds (#17573) 2025-01-31 22:38:39 +00:00
ui.rs Update testbed_ui to use Improved Spawning API (#18329) 2025-03-21 19:32:12 +00:00