And now the default sky colour can also be set back to what it was

This commit is contained in:
TechnicJelle 2023-09-30 22:46:53 +02:00
parent cab76611b6
commit dcd58a906f
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ export class MapViewer {
distance: { value: 0 },
sunlightStrength: { value: 1 },
ambientLight: { value: 0 },
skyColor: { value: new Color(0, 0, 0) },
skyColor: { value: new Color(0.5, 0.5, 1) },
voidColor: { value: new Color(0, 0, 0) },
hiresTileMap: {
value: {