bevy/examples/games
krunchington ec822c8c3b
Update breakout example's stepping plugin to use children (#18271)
# Objective

Contributes to #18238 
Updates the `SteppingPlugin` of the `breakout` example to use the
`children!` macro. Note that in order to test this usage you must use
`--features bevy_debug_stepping` and hit the back-tick key to enable
stepping mode to see the proper text spans rendered.

## Solution

Updates examples to use the Improved Spawning API merged in
https://github.com/bevyengine/bevy/pull/17521

## Testing

- Did you test these changes? If so, how?
- Opened the examples before and after and verified the same behavior
was observed. I did this on Ubuntu 24.04.2 LTS using `--features
wayland`.
- Are there any parts that need more testing?
- Other OS's and features can't hurt, but this is such a small change it
shouldn't be a problem.
- How can other people (reviewers) test your changes? Is there anything
specific they need to know?
  - Run the examples yourself with and without these changes.
- If relevant, what platforms did you test these changes on, and are
there any important ones you can't test?
  - see above

---

## Showcase

n/a

## Migration Guide

n/a
2025-03-12 04:51:59 +00:00
..
alien_cake_addict.rs Fix non-crate typos (#18219) 2025-03-11 06:17:48 +00:00
breakout.rs Renamed EventWriter::send methods to write. (#17977) 2025-02-23 21:18:52 +00:00
contributors.rs Make Query::single (and friends) return a Result (#18082) 2025-03-02 19:51:56 +00:00
desk_toy.rs Renamed EventWriter::send methods to write. (#17977) 2025-02-23 21:18:52 +00:00
game_menu.rs Renamed EventWriter::send methods to write. (#17977) 2025-02-23 21:18:52 +00:00
loading_screen.rs Relationships (non-fragmenting, one-to-many) (#17398) 2025-01-18 22:20:30 +00:00
stepping.rs Update breakout example's stepping plugin to use children (#18271) 2025-03-12 04:51:59 +00:00