From b19be3f55325fa7dd20a638faafb0bc974ae3884 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 10 Mar 2025 01:51:31 +0100 Subject: [PATCH] rogueviz::seuphorica;:added scaleSinh to Seuphorica animation speed --- rogueviz/seuphorica.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rogueviz/seuphorica.cpp b/rogueviz/seuphorica.cpp index 6aa56fac..19e5834c 100644 --- a/rogueviz/seuphorica.cpp +++ b/rogueviz/seuphorica.cpp @@ -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'); }