cervus icon indicating copy to clipboard operation
cervus copied to clipboard

Multiple keys for the same direction in `Move` component

Open michalbe opened this issue 7 years ago • 0 comments

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.

michalbe avatar Sep 13 '17 04:09 michalbe