Feat/map-environment #6
@@ -32,9 +32,9 @@ export interface FogState {
|
|||||||
export const CHUNK_CONFIG = {
|
export const CHUNK_CONFIG = {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
chunkSize: 35,
|
chunkSize: 35,
|
||||||
loadRadius: 65,
|
loadRadius: 50,
|
||||||
unloadRadius: 75,
|
unloadRadius: 65,
|
||||||
updateInterval: 350,
|
updateInterval: 250,
|
||||||
};
|
};
|
||||||
|
|
||||||
export const GROUND_PLANE_COLOR = TERRAIN_COLORS.grass1.hex;
|
export const GROUND_PLANE_COLOR = TERRAIN_COLORS.grass1.hex;
|
||||||
|
|||||||
Reference in New Issue
Block a user