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
1 changed files with 2 additions and 1 deletions

View File

@ -132,7 +132,8 @@ auto shot_hooks =
param_f(time_unit, "ads_time_unit")
-> editable(0, 2*TAU, 1, "time unit",
"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');
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');