fix(floor): transition misses

This commit is contained in:
Kristofers Solo 2025-01-05 15:01:17 +02:00
parent 2c3a1a2fff
commit 34ca2cfee7

View File

@ -15,8 +15,9 @@ pub(super) fn plugin(app: &mut App) {
spawn_floor,
despawn_floor,
handle_floor_transition_events,
move_floors.after(handle_floor_transition_events),
move_floors,
)
.chain()
.run_if(resource_exists::<MazePluginLoaded>),
);
}