diff --git a/app/images/pedals/mooer-gs1000-white.png b/app/images/pedals/mooer-gs1000-white.png new file mode 100644 index 000000000..ec7c2edbd Binary files /dev/null and b/app/images/pedals/mooer-gs1000-white.png differ diff --git a/app/images/pedals/mooer-gs1000.png b/app/images/pedals/mooer-gs1000.png new file mode 100644 index 000000000..05d77782e Binary files /dev/null and b/app/images/pedals/mooer-gs1000.png differ diff --git a/app/images/pedals/subdecay-starlight-mk3.png b/app/images/pedals/subdecay-starlight-mk3.png new file mode 100644 index 000000000..f910a425c Binary files /dev/null and b/app/images/pedals/subdecay-starlight-mk3.png differ diff --git a/public/data/pedals.json b/public/data/pedals.json index b300ab8f8..33fd3233c 100644 --- a/public/data/pedals.json +++ b/public/data/pedals.json @@ -29714,6 +29714,20 @@ "Height": 4.53, "Image": "mooer-groove-loop-x2.png" }, + { + "Brand": "Mooer", + "Name": "GS1000", + "Width": 10.12, + "Height": 6.78, + "Image": "mooer-gs1000.png" + }, + { + "Brand": "Mooer", + "Name": "GS1000 (White)", + "Width": 10.12, + "Height": 6.78, + "Image": "mooer-gs1000-white.png" + }, { "Brand": "Mooer", "Name": "Harmony X2", @@ -41369,6 +41383,13 @@ "Height": 4.5, "Image": "subdecay-starlight.png" }, + { + "Brand": "Subdecay", + "Name": "Starlight mkIII", + "Width": 2.71, + "Height": 4.5, + "Image": "subdecay-starlight-mk3.png" + }, { "Brand": "Subdecay", "Name": "Starlight DLX", diff --git a/public/images/pedals/mooer-gs1000-white.png b/public/images/pedals/mooer-gs1000-white.png new file mode 100644 index 000000000..ec7c2edbd Binary files /dev/null and b/public/images/pedals/mooer-gs1000-white.png differ diff --git a/public/images/pedals/mooer-gs1000.png b/public/images/pedals/mooer-gs1000.png new file mode 100644 index 000000000..05d77782e Binary files /dev/null and b/public/images/pedals/mooer-gs1000.png differ diff --git a/public/images/pedals/subdecay-starlight-mk3.png b/public/images/pedals/subdecay-starlight-mk3.png new file mode 100644 index 000000000..21408ea11 Binary files /dev/null and b/public/images/pedals/subdecay-starlight-mk3.png differ