mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-10 05:19:04 +00:00
PSL(2,R)
This commit is contained in:
@@ -520,6 +520,8 @@ EX void initConfig() {
|
||||
sightranges[i] = 2 * M_PI;
|
||||
else if(ginf[i].cclass == gcEuclid)
|
||||
sightranges[i] = 10;
|
||||
else if(ginf[i].cclass == gcSL2)
|
||||
sightranges[i] = 1.5;
|
||||
else
|
||||
sightranges[i] = 5;
|
||||
sightranges[gArchimedean] = 10;
|
||||
|
||||
Reference in New Issue
Block a user