Commit Graph

2 Commits

Author SHA1 Message Date
Willem c981ecd53b Do not use FixedUpdate on breakout (#23709)
# Objective

The aim is to simplify the example somewhat. This also removes the
jitter that some experience when running the example.

Fixes #14239
Fixes #2349

## Solution

Use `Update` instead of `FixedUpdate` schedule.
 
## Testing
```sh
cargo run --example breakout
```
and 

```sh
cargo run --features bevy_debug_stepping --example breakout
```
2026-04-07 20:53:27 +00:00
Talin 24661940b4 Rename examples/games to examples/showcase (#23375)
# Objective

- Rename the `examples/games` directory to `examples/showcase`. The
"showcase" category is used for examples that are more comprehensive and
full-featured than most, but which are not necessarily games.
2026-03-16 07:03:31 +00:00