From e8e5691d83cee56771dc7f53a7e3975bb45154d6 Mon Sep 17 00:00:00 2001 From: Jared Miller Date: Wed, 11 Mar 2026 14:25:40 -0400 Subject: [PATCH] Add gravity direction and view mode to Config --- src/Config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Config.ts b/src/Config.ts index 7d4d87d..42cc365 100644 --- a/src/Config.ts +++ b/src/Config.ts @@ -14,6 +14,8 @@ const defaults = { antRotationAngle: Math.PI / 30, brushRadius: 20, cameraZoom: 0, + gravityDirection: "down" as const, + viewMode: "side" as const, // per-channel pheromone params repellentFadeOutFactor: 0.0005, repellentBlurRadius: 0.05,