From cab6dae73e524e3917500583b169fd81bf3f9487 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Fri, 15 Oct 2021 13:37:53 +0200 Subject: feat(neighbs): add ability to show nth neighbor --- components/config.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'components/config.ts') diff --git a/components/config.ts b/components/config.ts index b3f5905..60e68f3 100644 --- a/components/config.ts +++ b/components/config.ts @@ -128,6 +128,10 @@ export const initialMouse = { backgroundExitsLocal: false, } +export const initialLocal = { + neighbors: 1, +} + export const colorList = [ 'red.500', 'orange.500', -- cgit v1.2.3