1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-05-05 16:54:08 +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(); void subdivide();
ld modelscale = 1; ld modelscale = 1;
ld model_distance = 2; ld model_distance = 4;
eGeometry gwhere = gEuclid; eGeometry gwhere = gEuclid;