From db285f34a8f9655d3737fccad8fa20f5683baa45 Mon Sep 17 00:00:00 2001 From: elysiasmac Date: Tue, 8 Oct 2019 03:47:11 +0000 Subject: [PATCH] added emac --- emac.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 emac.json diff --git a/emac.json b/emac.json new file mode 100644 index 0000000..d2e5783 --- /dev/null +++ b/emac.json @@ -0,0 +1,15 @@ +{ + "grid":[ + [1,1,1,0,0,0,0], + [1,0,0,0,0,0,0], + [1,1,1,0,0,0,0], + [1,0,0,0,1,0,1], + [1,1,1,0,1,1,1], + [0,0,0,0,1,0,1], + [0,0,0,0,1,0,1] + ], + + "color": "rgb(31, 119, 180)", + + "name":"emac" +} \ No newline at end of file