Feat/map-environment #6

Merged
math-pixel merged 116 commits from feat/map-environment into develop 2026-05-29 00:00:51 +00:00
Showing only changes of commit ab100c683f - Show all commits
+3 -3
View File
@@ -32,9 +32,9 @@ export interface FogState {
export const CHUNK_CONFIG = {
enabled: true,
chunkSize: 35,
loadRadius: 65,
unloadRadius: 75,
updateInterval: 350,
loadRadius: 50,
unloadRadius: 65,
updateInterval: 250,
};
export const GROUND_PLANE_COLOR = TERRAIN_COLORS.grass1.hex;