mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +00:00
nilv:: comment about periodicity
This commit is contained in:
parent
73197c86c6
commit
83f8216fdc
@ -899,7 +899,9 @@ EX void show_niltorus3() {
|
||||
string title = XLAT("%1 period", s0+char('X'+a));
|
||||
dialog::addSelItem(title, its(nilperiod_edit[a]), 'x');
|
||||
dialog::add_action([=] {
|
||||
dialog::editNumber(nilperiod_edit[a], 0, 60, 1, 0, title, "");
|
||||
dialog::editNumber(nilperiod_edit[a], 0, 60, 1, 0, title,
|
||||
XLAT("Set to 0 to make it non-periodic.")
|
||||
);
|
||||
dialog::bound_low(0);
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user