1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-05 18:27:01 +00:00

slr:: awesome default range values

This commit is contained in:
Zeno Rogue 2019-08-25 19:44:24 +02:00
parent afac8bf24a
commit 3e715440cb
2 changed files with 2 additions and 2 deletions

View File

@ -526,7 +526,7 @@ EX void initConfig() {
else if(ginf[i].cclass == gcEuclid)
sightranges[i] = 10;
else if(ginf[i].cclass == gcSL2)
sightranges[i] = 1.5;
sightranges[i] = 4.5;
else
sightranges[i] = 5;
sightranges[gArchimedean] = 10;

View File

@ -804,7 +804,7 @@ EX namespace slr {
// then coordinates 2<->3 are swapped
*/
EX ld range_xy = 3;
EX ld range_xy = 2;
EX int steps = 15;
EX hyperpoint from_phigans(hyperpoint h) {