mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-24 06:50:09 +00:00
param_b coolfog
This commit is contained in:
parent
2786221def
commit
0881f33fc2
@ -941,6 +941,8 @@ EX void initConfig() {
|
||||
param_b(dialog::onscreen_keyboard, "onscreen_keyboard")
|
||||
->editable("onscreen keyboard", 'k');
|
||||
|
||||
param_b(context_fog, "coolfog");
|
||||
|
||||
addsaver(sightranges[gBinary3], "sight-binary3", 3.1 + bonus);
|
||||
addsaver(sightranges[gCubeTiling], "sight-cubes", 10);
|
||||
addsaver(sightranges[gCell120], "sight-120cell", 2 * M_PI);
|
||||
|
Loading…
x
Reference in New Issue
Block a user