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