bevy/examples/games
Rob Parrett e1c2ace1f2 More tidying of contributors example (#4443)
# Objective

Continue the effort to clean up this example

## Solution

- Store contributor name as component to avoid awkward vec of tuples
- Name the variable storing the Random Number Generator "rng"
- Use init_resource for resource implementing default
- Fix a few spots where an Entity was unnecessarily referenced and immediately dereferenced
- Fix up an awkward comment
2022-04-14 19:30:36 +00:00
..
alien_cake_addict.rs Group stress test examples (#4289) 2022-04-10 02:05:21 +00:00
breakout.rs Group stress test examples (#4289) 2022-04-10 02:05:21 +00:00
contributors.rs More tidying of contributors example (#4443) 2022-04-14 19:30:36 +00:00
game_menu.rs Group stress test examples (#4289) 2022-04-10 02:05:21 +00:00