bevy/examples/games
ickshonpe 2b2abcef97
Replace uses of entity.insert with tuple bundles in game_menu example (#9619)
# Objective

Change two places where `entity.insert` is used to add components
individually to spawn a tuple bundle instead.
2023-08-29 12:30:02 +00:00
..
alien_cake_addict.rs Flatten UI Style properties that use Size + remove Size (#8548) 2023-05-16 01:36:32 +00:00
breakout.rs Fix CI for Rust 1.72 (#9562) 2023-08-25 12:34:24 +00:00
contributors.rs fix new clippy lints before they reach stable (#8700) 2023-05-29 07:23:50 +00:00
game_menu.rs Replace uses of entity.insert with tuple bundles in game_menu example (#9619) 2023-08-29 12:30:02 +00:00