1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-08 13:25:59 +00:00

global_boundary_ratio option

This commit is contained in:
Zeno Rogue
2022-10-06 12:26:17 +02:00
parent f4cf3440ff
commit 8aaf06969c
4 changed files with 18 additions and 7 deletions

View File

@@ -2078,6 +2078,7 @@ EX namespace patterns {
}
dialog::addBoolItem(XLAT("display full floors"), (whichShape == '9'), '9');
add_edit(global_boundary_ratio);
dialog::addSelItem(XLAT("floor type"), XLATN(winf[canvas_default_wall].name), 'i');
dialog::addItem(XLAT("line patterns"), 'L');