mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
3D:: sightrange changeable from 3D settings
This commit is contained in:
parent
699109ef2a
commit
2c2cda6157
@ -1375,6 +1375,7 @@ void show3D() {
|
||||
else {
|
||||
dialog::addSelItem(XLAT("Creature scale"), fts3(creature_scale), 'c');
|
||||
dialog::addSelItem(XLAT("Height to width"), fts3(height_width), 'h');
|
||||
menuitem_sightrange('s');
|
||||
}
|
||||
|
||||
dialog::addBreak(50);
|
||||
|
Loading…
Reference in New Issue
Block a user