bevy/crates/bevy_state/src
MiniaczQ 783fc29cd3
Move StateTransitionSteps registration to states plugin (#13939)
# Objective

Fixes #13920

## Solution

As described in the issue.

## Testing

Moved a custom transition plugin in example before any of the app-state
methods.
2024-06-21 19:36:48 +02:00
..
state fix docs around StateTransition and remove references to `apply_sta… (#13772) 2024-06-10 19:31:41 +02:00
app.rs Move StateTransitionSteps registration to states plugin (#13939) 2024-06-21 19:36:48 +02:00
condition.rs remove inaccurate warning from in_state (#13862) 2024-06-19 04:14:58 +02:00
lib.rs Add more granular system sets for state transition schedule ordering (#13763) 2024-06-10 19:31:41 +02:00
state_scoped.rs Generalize StateTransitionEvent<S> to allow identity transitions (#13579) 2024-06-04 14:23:24 +00:00