mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-06 11:32:49 +00:00
rogueviz::planets fixed moon_precision parameter name
This commit is contained in:
parent
bfc4324605
commit
e9c8f516aa
@ -508,8 +508,8 @@ auto msc =
|
|||||||
->editable(0, 7, 1, "longitude of the reference point", "", 'L');
|
->editable(0, 7, 1, "longitude of the reference point", "", 'L');
|
||||||
param_f(max_alpha, "moon_max_alpha")
|
param_f(max_alpha, "moon_max_alpha")
|
||||||
->editable(0, 255, 15, "animation alpha max", "", 'm');
|
->editable(0, 255, 15, "animation alpha max", "", 'm');
|
||||||
param_f(prec, "precision")
|
param_f(prec, "moon_precision")
|
||||||
->editable(0, 255, 15, "precision", "larger values are less precise", 'p');
|
->editable(0, 30, .5, "precision", "larger values are less precise", 'p');
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user