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:
parent
9136e00a9b
commit
b19be3f553
@ -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');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user