1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-10 21:29:03 +00:00

better defaultjoy text

This commit is contained in:
Zeno Rogue
2025-12-18 01:55:17 +01:00
parent 5affa04b9f
commit 0386143688

View File

@@ -1508,7 +1508,7 @@ EX void initConfig() {
-> editable("joystick moves automatically", 'J');
param_b(defaultjoy, "defaultjoy")
-> editable("apply joystick movements", 'H')
-> help("Disable this on Steam controllers, which also send key events, to avoid duplicated input. Press key ` (or assign it to the controller button in Steam) to move or accept menu options.");
-> help("You may disable this on Steam controllers, if configured to also send key events, to avoid duplicated input. Press key ` (or assign it to the controller button in Steam) to move or accept menu options.");
#endif
vid.killreduction = 0;