mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-03 11:17:56 +00:00
NightStar is now smaller in Euclidean
This commit is contained in:
@@ -1083,7 +1083,7 @@ void geometry_information::make_3d_models() {
|
||||
}
|
||||
else
|
||||
make_star(shSun, 3);
|
||||
make_star(shNightStar, 0.75);
|
||||
make_star(shNightStar, euclid ? 0.05 : 0.75);
|
||||
|
||||
if(WDIM == 2) {
|
||||
for(int i=0; i<3; i++) {
|
||||
|
Reference in New Issue
Block a user