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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user