bevy/examples/games
张林伟 5c7abb0579
Remove OnUpdate system set (#8260)
# Objective

- Fixes https://github.com/bevyengine/bevy/issues/8239.

## Solution

- Replace `OnUpdate` with `run_if(in_state(xxx))`.

---

## Migration Guide

- Replace `OnUpdate` with `run_if(in_state(xxx))`.

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2023-04-04 00:49:41 +00:00
..
alien_cake_addict.rs Remove OnUpdate system set (#8260) 2023-04-04 00:49:41 +00:00
breakout.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
contributors.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
game_menu.rs Remove OnUpdate system set (#8260) 2023-04-04 00:49:41 +00:00