Closed JackCrumpLeys closed 6 months ago
I hoped that we will be able to utilize leafwing-input-manager instead of doing all the work from scratch.
Notes about how we can structure the usage of leafwing-input-manager:
Input
and make sure that a) there is no one frame delay between raw inputs from bevy and when leafwing-input-manager processes them, b) handling of the actions is done after the relevant systems from leafwing-input-manager run.leafwing_input_manager::Actionlike
).
ClashStrategy::UseActionOrder
is used - to reconsider.
related to #648