tune(debug): refine fog and debug controls

This commit is contained in:
Tom Boullay
2026-05-25 01:00:31 +02:00
parent a4383a7cec
commit f175ad6240
4 changed files with 69 additions and 8 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { TERRAIN_COLORS } from "@/data/world/terrainConfig";
export const FOG_CONFIG = {
enabled: true,
color: "#eef3f5",
color: "#dce8df",
near: 38,
far: 45,
};