1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-20 12:58:06 +00:00

better default axeaction on xbox

This commit is contained in:
Zeno Rogue
2025-12-11 23:14:18 +01:00
parent fab6635366
commit 6ba539a30c

View File

@@ -762,8 +762,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;