bevy/examples/games
ira 5fd628ebd3 Fix Alien Cake Addict example despawn warnings (#7236)
# Problem
The example's `teardown` system despawns all entities besides the camera using `despawn_recursive` causing it to despawn child entities multiple times which logs a warning.
![image](https://user-images.githubusercontent.com/29694403/212756554-06b3fa42-ddcb-4a05-b841-f587488a10fc.png)

# Solution
Use `despawn` instead.

Co-authored-by: Devil Ira <justthecooldude@gmail.com>
2023-01-16 20:20:37 +00:00
..
alien_cake_addict.rs Fix Alien Cake Addict example despawn warnings (#7236) 2023-01-16 20:20:37 +00:00
breakout.rs Borrow instead of consuming in EventReader::clear (#6851) 2022-12-05 23:07:20 +00:00
contributors.rs Don't kill contributors on window squish (#6675) 2022-11-18 11:24:07 +00:00
game_menu.rs Remove auto-margin properties from the examples (#6535) 2022-11-21 14:38:35 +00:00