mirror of
https://github.com/bevyengine/bevy
synced 2024-11-23 05:03:47 +00:00
ab83336f51
# 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` |
||
---|---|---|
.. | ||
alien_cake_addict.rs | ||
breakout.rs | ||
game_menu.rs |