mirror of
https://github.com/kristoferssolo/maze-ascension.git
synced 2025-10-21 19:20:34 +00:00
fix(floor): transition misses
This commit is contained in:
parent
2c3a1a2fff
commit
34ca2cfee7
@ -15,8 +15,9 @@ pub(super) fn plugin(app: &mut App) {
|
|||||||
spawn_floor,
|
spawn_floor,
|
||||||
despawn_floor,
|
despawn_floor,
|
||||||
handle_floor_transition_events,
|
handle_floor_transition_events,
|
||||||
move_floors.after(handle_floor_transition_events),
|
move_floors,
|
||||||
)
|
)
|
||||||
|
.chain()
|
||||||
.run_if(resource_exists::<MazePluginLoaded>),
|
.run_if(resource_exists::<MazePluginLoaded>),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user