You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
what are we refactoring?
Any of the systems that take a input: Res<Input<KeyCode>> in favour of a single listening system.
why?
Atm the hotkeys that're bound to functionality are scattered everywhere -- it's unclear to future maintainers what hotkeys are already bound, and when etc. leafwing is quite good.
The text was updated successfully, but these errors were encountered:
what are we refactoring?
Any of the systems that take a
input: Res<Input<KeyCode>>
in favour of a single listening system.why?
Atm the hotkeys that're bound to functionality are scattered everywhere -- it's unclear to future maintainers what hotkeys are already bound, and when etc.
leafwing is quite good.
The text was updated successfully, but these errors were encountered: