mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-22 19:37:04 +00:00
new param fake_multiple
This commit is contained in:
parent
aa729c912c
commit
41fda7545e
@ -831,6 +831,8 @@ EX void initConfig() {
|
||||
param_f(vid.binary_width, "bwidth", "binary-tiling-width", 1);
|
||||
param_custom(vid.binary_width, "binary tiling width", menuitem_binary_width, 'v');
|
||||
|
||||
param_b(fake::multiple_special_draw, "fake_multiple", true);
|
||||
|
||||
param_f(hat::hat_param, "hat_param", "hat_param", 1)
|
||||
-> editable(0, 2, 0.1, "hat/spectre/turtle parameter",
|
||||
"Apeirodic hat tiling based on: https://arxiv.org/pdf/2303.10798.pdf\n\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user