mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-04-30 20:41:24 +00:00
pseudogonal mode
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user