From c42c04e5bbf67082ef13e8280cf718bd3fdc49a3 Mon Sep 17 00:00:00 2001 From: hashlips Date: Sun, 7 Nov 2021 18:28:12 +0200 Subject: [PATCH] removed extra code --- src/config.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/config.js b/src/config.js index ad8185e06..c46d867a0 100644 --- a/src/config.js +++ b/src/config.js @@ -35,18 +35,6 @@ const layerConfigurations = [ { name: "Top lid" }, ], }, - { - growEditionSizeTo: 10, - layersOrder: [ - { name: "Background" }, - { name: "Eyeball" }, - { name: "Eye color" }, - { name: "Iris" }, - { name: "Shine" }, - { name: "Bottom lid" }, - { name: "Top lid" }, - ], - }, ]; const shuffleLayerConfigurations = false;