mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
reduced the default value of irregular density
This commit is contained in:
parent
ca0ef65eb6
commit
f1e16b0233
@ -265,7 +265,7 @@ void initConfig() {
|
|||||||
addsaver(nofps, "no-fps", false);
|
addsaver(nofps, "no-fps", false);
|
||||||
|
|
||||||
addsaver(irr::on, "irregular", false);
|
addsaver(irr::on, "irregular", false);
|
||||||
addsaver(irr::density, "irregular-density", 6);
|
addsaver(irr::density, "irregular-density", 2);
|
||||||
addsaver(irr::cellcount, "irregular-cellcount", 150);
|
addsaver(irr::cellcount, "irregular-cellcount", 150);
|
||||||
addsaver(irr::quality, "irregular-quality", .2);
|
addsaver(irr::quality, "irregular-quality", .2);
|
||||||
addsaver(irr::place_attempts, "irregular-place", 10);
|
addsaver(irr::place_attempts, "irregular-place", 10);
|
||||||
|
Loading…
Reference in New Issue
Block a user