From 24ea309bdf71025e602666bc10dfa9da0af1ba0f Mon Sep 17 00:00:00 2001 From: 2swiftguy Date: Thu, 4 May 2023 12:42:58 -0400 Subject: [PATCH 1/2] feat(pixels): add my new pixel --- _data/pixels.json | 1 + 1 file changed, 1 insertion(+) diff --git a/_data/pixels.json b/_data/pixels.json index 217cc44afc..d23aa4238c 100644 --- a/_data/pixels.json +++ b/_data/pixels.json @@ -231,6 +231,7 @@ {"y": 17, "x": 17, "color": "#FCBA03", "username": "fabiotph"}, {"y": 17, "x": 22, "color": "#0C154A", "username": "aricday"}, {"y": 17, "x": 41, "color": "#ffcc99", "username": "12eggs"}, + {"y": 17, "x": 45, "color": "#0000ff", "username": "2swiftguy"}, {"y": 18, "x": 18, "color": "#564D80", "username": "aaroncgoidel"}, {"y": 18, "x": 19, "color": "#ff0000", "username": "LoadingBG"}, {"y": 18, "x": 45, "color": "#0fb5f7", "username": "GreenAdept"}, From e551e00e297975620b464e54bbef3238acb54166 Mon Sep 17 00:00:00 2001 From: 2swiftguy Date: Wed, 10 May 2023 12:52:53 -0400 Subject: [PATCH 2/2] feat(pixels): add my new pixel (x, y) --- _data/pixels.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/pixels.json b/_data/pixels.json index d23aa4238c..21b3268ec3 100644 --- a/_data/pixels.json +++ b/_data/pixels.json @@ -69,6 +69,7 @@ {"y": 1, "x": 21, "color": "#210B61", "username": "dzeyelid"}, {"y": 1, "x": 22, "color": "#FF2F21", "username": "PaulZhu0122"}, {"y": 1, "x": 23, "color": "#F22F46", "username": "rodneybbjr"}, + {"y": 1, "x": 25, "color": "#0000ff", "username": "2swiftguy"}, {"y": 1, "x": 34, "color": "#AAFF00", "username": "foting"}, {"y": 1, "x": 35, "color": "#333333", "username": "spoelstraethan"}, {"y": 1, "x": 57, "color": "#0000FF", "username": "Dummyapt"}, @@ -231,7 +232,6 @@ {"y": 17, "x": 17, "color": "#FCBA03", "username": "fabiotph"}, {"y": 17, "x": 22, "color": "#0C154A", "username": "aricday"}, {"y": 17, "x": 41, "color": "#ffcc99", "username": "12eggs"}, - {"y": 17, "x": 45, "color": "#0000ff", "username": "2swiftguy"}, {"y": 18, "x": 18, "color": "#564D80", "username": "aaroncgoidel"}, {"y": 18, "x": 19, "color": "#ff0000", "username": "LoadingBG"}, {"y": 18, "x": 45, "color": "#0fb5f7", "username": "GreenAdept"},