From 2f1d1bbf0298841f373ceaa4162dc8a805ded158 Mon Sep 17 00:00:00 2001 From: archpdx Date: Thu, 12 May 2022 09:15:05 -0700 Subject: [PATCH] Add hopscotch preset (#451) --- data/presets/playground/hopscotch.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 data/presets/playground/hopscotch.json diff --git a/data/presets/playground/hopscotch.json b/data/presets/playground/hopscotch.json new file mode 100644 index 00000000..3fa0974c --- /dev/null +++ b/data/presets/playground/hopscotch.json @@ -0,0 +1,11 @@ +{ + "icon": "maki-playground", + "geometry": [ + "point", + "area" + ], + "tags": { + "playground": "hopscotch" + }, + "name": "Hopscotch" +}