bevy/examples/game
Alice Cecile b5d7ff2d75 Do not panic on failed setting of GameOver state in AlienCakeAddict (#3411)
# Objective

- Tentatively fixes #2525.

## Solution

- The panic seems to occur when the game-over state occurs nearly instantly.
- Discard the `Result`, rather than panicking. We could probably handle this better, but I want to see if this works first. Ping @qarmin.
2021-12-22 00:49:15 +00:00
..
alien_cake_addict.rs Do not panic on failed setting of GameOver state in AlienCakeAddict (#3411) 2021-12-22 00:49:15 +00:00
breakout.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00