1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-24 22:23:18 +00:00

solv:: reduced the default range

This commit is contained in:
Zeno Rogue 2019-07-31 13:27:08 +02:00
parent 3933447ffa
commit 0a47daa87f

View File

@ -304,8 +304,8 @@ namespace solv {
hrmap *new_map() { return new hrmap_sol; }
ld solrange_xy = 50;
ld solrange_z = 6;
ld solrange_xy = 15;
ld solrange_z = 4;
ld glitch_xy = 2, glitch_z = 0.6;