bevy/examples/game
Alice Cecile ab83336f51 Replace _system system names in Breakout examples (#4312)
# Objective

- The Breakout example uses system names like `paddle_movement_system`
- _system syntax is redundant
- the [community has spoken](https://github.com/bevyengine/bevy/discussions/2804), and prefers to avoid `_system` system names by a more than 2:1 ratio
- existing system names were not terribly descriptive

## Solution

- rename the systems to take the form of `verb`, rather than `noun_system` to better capture the behavior they are implenting
- yeet `_system`
2022-03-24 17:54:40 +00:00
..
alien_cake_addict.rs use marker components for cameras instead of name strings (#3635) 2022-03-12 00:41:06 +00:00
breakout.rs Replace _system system names in Breakout examples (#4312) 2022-03-24 17:54:40 +00:00
game_menu.rs default() shorthand (#4071) 2022-03-01 20:52:09 +00:00