1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-08 03:36:43 +00:00

rogueviz::seuphorica;:added scaleSinh to Seuphorica animation speed

This commit is contained in:
Zeno Rogue 2025-03-10 01:51:31 +01:00
parent 9136e00a9b
commit b19be3f553

View File

@ -1402,7 +1402,7 @@ void default_config() {
-> set_sets([] { dialog::scaleLog(); });
param_i(frametime, "seuphorica_animation", 500)
-> editable(0, 2000, 100, "Seuphorica animation speed", "how long should each animation speed take", 'a')
-> set_sets([] { dialog::bound_low(0); });
-> set_sets([] { dialog::bound_low(0); dialog::scaleSinh();});
param_b(tiles3, "seuphorica_tiles3", true)
-> editable("3D tile effects", '3');
}