1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-02 20:29:17 +00:00

NightStar is now smaller in Euclidean

This commit is contained in:
Zeno Rogue 2022-12-08 19:38:21 +01:00
parent 3e733ae6e9
commit 49c871cf19

View File

@ -1083,7 +1083,7 @@ void geometry_information::make_3d_models() {
} }
else else
make_star(shSun, 3); make_star(shSun, 3);
make_star(shNightStar, 0.75); make_star(shNightStar, euclid ? 0.05 : 0.75);
if(WDIM == 2) { if(WDIM == 2) {
for(int i=0; i<3; i++) { for(int i=0; i<3; i++) {