From 9ed32f5fe1aed4bfe4d49b9044f425ee0b692356 Mon Sep 17 00:00:00 2001 From: offshoreraven <76818326+offshoreraven@users.noreply.github.com> Date: Thu, 31 Dec 2020 17:56:42 +0100 Subject: [PATCH] New template Maybe a little bit late, but I liked the project anyways. Basically I was experimenting a lot with the pixels in the past days and now I finally added my favourite template. Hope you enjoy! --- templates.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/templates.json b/templates.json index 3f73309..3001e59 100644 --- a/templates.json +++ b/templates.json @@ -97,5 +97,16 @@ [0, 3, 3, 3, 3, 0], [0, 0, 4, 4, 0, 0] ] + }, + { + "name": "two corners", + "data": [ + [4, 3, 2, 1, 0, 0], + [3, 2, 1, 0, 0, 0], + [2, 1, 0, 0, 0, 1], + [1, 0, 0, 0, 1, 2], + [0, 0, 0, 1, 2, 3], + [0, 0, 1, 2, 3, 4] + ] } ]