1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-18 11:58:07 +00:00

3d:: 3d is affected by cells_drawn_limit; improved the sightrange edit dialog with more options and better help

This commit is contained in:
Zeno Rogue
2019-03-10 12:12:47 +01:00
parent e5cc9d77a0
commit 943a8395e5
3 changed files with 34 additions and 9 deletions

View File

@@ -676,6 +676,10 @@ int read_cheat_args() {
PHASEFROM(2);
shift(); vid.cells_drawn_limit = argi();
}
else if(argis("-sight3")) {
PHASEFROM(2);
shift_arg_formula(sightranges[geometry]);
}
else if(argis("-quantum")) {
cheat();
quantum = true;