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