1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-18 14:45:12 +00:00

help for autojoy

This commit is contained in:
Zeno Rogue
2025-11-11 18:43:28 +01:00
parent 1b388c0300
commit 95f34fd54a

View File

@@ -1460,7 +1460,8 @@ EX void initConfig() {
param_i(vid.joysmooth, "vid.joysmooth", 200);
param_i(vid.joypanthreshold, "vid.joypanthreshold", 2500);
param_f(vid.joypanspeed, "vid.joypanspeed", ISPANDORA ? 0.0001 : 0);
param_b(autojoy, "autojoy");
param_b(autojoy, "autojoy")
-> editable("joystick moves automatically", 'J');
#endif
vid.killreduction = 0;