1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-04-30 20:41:24 +00:00

pseudogonal mode

This commit is contained in:
Zeno Rogue
2021-10-15 22:36:43 +02:00
parent e3c80b70bf
commit cb75ba44dc
4 changed files with 26 additions and 2 deletions

View File

@@ -1177,6 +1177,8 @@ EX string cgi_string() {
V("ASH", ONOFF(vid.gp_autoscale_heights));
V("LT", fts(vid.lake_top));
V("LB", fts(vid.lake_bottom));
if(GDIM == 3 && vid.pseudogonal)
V("PS", fts(vid.depth_bonus));
}
V("3D", ONOFF(vid.always3));