mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
5c7abb0579
# 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> |
||
---|---|---|
.. | ||
alien_cake_addict.rs | ||
breakout.rs | ||
contributors.rs | ||
game_menu.rs |