diff options
Diffstat (limited to 'components/config.ts')
-rw-r--r-- | components/config.ts | 4 |
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', |