cervus
cervus copied to clipboard
Multiple keys for the same direction in `Move` component
Right now, if we want to support both, WSAD
& ZQSD
with:
game.camera.get_component(Move).dir_desc['81'] = 'l';
game.camera.get_component(Move).dir_desc['90'] = 'f';
Only the latter will work.