1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-20 04:50:10 +00:00

clarified that times in settings are always specified in absolute units

This commit is contained in:
Zeno Rogue 2022-09-18 13:46:47 +02:00
parent 11a059eb60
commit 7a7ee1a13f

View File

@ -132,7 +132,8 @@ auto shot_hooks =
param_f(time_unit, "ads_time_unit") param_f(time_unit, "ads_time_unit")
-> editable(0, 2*TAU, 1, "time unit", -> editable(0, 2*TAU, 1, "time unit",
"Controls the unit used when the 'display the proper times' option is on.\n\n" "Controls the unit used when the 'display the proper times' option is on.\n\n"
"It takes tau(=2π) units to go the full circle, so the default time unit is tau. You can also use the absolute units (1)." "It takes tau(=2π) units to go the full circle, so the default time unit is tau. You can also use the absolute units (1).\n\n"
"Times in settings are always specified in absolute units."
, 'a'); , 'a');
param_f(pause_speed, "ads_pause_speed") param_f(pause_speed, "ads_pause_speed")
-> editable(0, 30, 1, "movement speed while paused", "Controls the speed of camera movement while paused and holding the 'move switch' key.", 'v'); -> editable(0, 30, 1, "movement speed while paused", "Controls the speed of camera movement while paused and holding the 'move switch' key.", 'v');