mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
better scaling of walls[1] in irr
This commit is contained in:
parent
29a91c8c80
commit
12e2447314
@ -1481,6 +1481,7 @@ void buildpolys() {
|
||||
|
||||
ld goldbf = 1;
|
||||
if(gp::on) goldbf = gp::scale * 1.6;
|
||||
if(irr::on) goldbf = irr::scale * 1.6;
|
||||
if(gp::on) floorrad1 /= 1.6;
|
||||
|
||||
double triangleside = hcrossf*.94;
|
||||
|
Loading…
Reference in New Issue
Block a user