1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 22:53:19 +00:00

changed the default model_distance to 4

This commit is contained in:
Zeno Rogue 2018-04-22 11:13:25 +02:00
parent b6da7779d5
commit 89841a6717

View File

@ -36,7 +36,7 @@ bool subdivide_further();
void subdivide();
ld modelscale = 1;
ld model_distance = 2;
ld model_distance = 4;
eGeometry gwhere = gEuclid;