Rework earth fog color

LandingPage.tsx
This commit is contained in:
jerlendds
2024-01-01 16:51:59 -07:00
parent 98f9b38c4d
commit d60f803231

View File

@@ -19,7 +19,7 @@ export default function LandingPage(): React.ReactElement {
rotateSpeed: 0.0005,
pointColor: 0x242E4D,
pointHighlight: 0x394778,
fogColor: 0x005f46,
fogColor: 0x005c5f,
lineHighlightSize: 10,
minLineSpacing: 30,
maxLineSpacing: 1000,