summaryrefslogtreecommitdiff
path: root/components/config.ts
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-10-15 13:37:53 +0200
committerThomas F. K. Jorna <[email protected]>2021-10-15 13:37:53 +0200
commitcab6dae73e524e3917500583b169fd81bf3f9487 (patch)
tree41004376dd5e4546e32f0182ae7c30ed13d323b0 /components/config.ts
parent556a3caa4371a5cbc661b29622f0effad4f52671 (diff)
feat(neighbs): add ability to show nth neighbor
Diffstat (limited to 'components/config.ts')
-rw-r--r--components/config.ts4
1 files changed, 4 insertions, 0 deletions
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',