bevy_rts_camera
bevy_rts_camera copied to clipboard
More than one binding per action
It would be nice to allow both "Up Arrow" and "W" to move the camera, and etc.
As a solution for a more general case than just this particular issue, how about using system composition (for the absolute modularity) instead of just allowing to configure the key bindings?
Hi, thanks for the idea. I'm not going to have time to work on new features for a while, but I'd be happy to accept a PR.