1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-03 11:17:56 +00:00

rogueviz::ads:: better scaling in dsgame

This commit is contained in:
Zeno Rogue
2025-04-08 00:30:47 +02:00
parent e0678b7001
commit f6a5a0f695

View File

@@ -250,6 +250,7 @@ void change_scale(ld s) {
rock_density /= (s * s);
rock_max_rapidity *= s;
ads_simspeed *= s;
ds_accel *= s;
pconf.scale /= s;
ads_how_much_invincibility *= s;
ads_max_pdata.oxygen *= s;