Add gravity direction and view mode to Config

This commit is contained in:
Jared Miller 2026-03-11 14:25:40 -04:00
parent 568bfe83e3
commit e8e5691d83
Signed by: shmup
GPG key ID: 22B5C6D66A38B06C

View file

@ -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,