1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-02 12:58:05 +00:00

rogueviz:: ads:: time_shift setting

This commit is contained in:
Zeno Rogue
2025-06-22 15:57:26 +02:00
parent 56767f0d8f
commit 296abbe7c4
5 changed files with 24 additions and 30 deletions

View File

@@ -342,6 +342,9 @@ auto shot_hooks =
param_f(time_scale, "rh_time_scale")
-> editable(0, 1, 0.1, "Relative Hell time label scale", "scaling factor for the time labels", 'T');
param_f(time_shift, "rh_time_shift")
-> editable(0, 1, 0.1, "Relative Hell time label shift", "shift for the time labels", 'U');
param_i(XSCALE, "ds_xscale")
-> editable(4, 512, 8, "x precision of Earth-de Sitter", "", 'x');
param_i(YSCALE, "ds_yscale")