mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
fixed ijkl hotkeys in second player config
This commit is contained in:
parent
d7a235bc8c
commit
0c1d29433c
@ -503,9 +503,9 @@ void initConfig() {
|
||||
t[(int)'y'] = 16 + pcCenter;
|
||||
|
||||
t[(int)'i'] = 32 + 4;
|
||||
t[(int)'k'] = 32 + 5;
|
||||
t[(int)'j'] = 32 + 6;
|
||||
t[(int)'l'] = 32 + 7;
|
||||
t[(int)'l'] = 32 + 5;
|
||||
t[(int)'k'] = 32 + 6;
|
||||
t[(int)'j'] = 32 + 7;
|
||||
t[(int)';'] = 32 + 8;
|
||||
t[(int)'\''] = 32 + 9;
|
||||
t[(int)'p'] = 32 + 10;
|
||||
|
Loading…
Reference in New Issue
Block a user