1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-11 13:49:03 +00:00

more controller fixes

This commit is contained in:
Zeno Rogue
2025-12-18 01:49:02 +01:00
parent 33f031dc1c
commit d24513a9da
2 changed files with 8 additions and 8 deletions

View File

@@ -801,8 +801,8 @@ EX void initConfig() {
scfg.axeaction[0][0] = 4;
scfg.axeaction[0][1] = 5;
scfg.axeaction[0][3] = 2;
scfg.axeaction[0][4] = 3;
scfg.axeaction[0][2] = 2;
scfg.axeaction[0][3] = 3;
scfg.axeaction[1][0] = 8;
scfg.axeaction[1][1] = 9;