Update windConfig.ts

This commit is contained in:
Tom Boullay
2026-05-28 01:35:43 +02:00
parent f2cecfbbc9
commit 947025cbf5
+2 -2
View File
@@ -1,8 +1,8 @@
export const WIND_DEFAULTS = { export const WIND_DEFAULTS = {
speed: 1.5, speed: 0.8,
direction: 0.5584, direction: 0.5584,
strength: 1.5, strength: 1.5,
noiseScale: 0.5, noiseScale: 0.8,
}; };
export const WIND_BOUNDS = { export const WIND_BOUNDS = {