We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b8b93b commit c42c04eCopy full SHA for c42c04e
1 file changed
src/config.js
@@ -35,18 +35,6 @@ const layerConfigurations = [
35
{ name: "Top lid" },
36
],
37
},
38
- {
39
- growEditionSizeTo: 10,
40
- layersOrder: [
41
- { name: "Background" },
42
- { name: "Eyeball" },
43
- { name: "Eye color" },
44
- { name: "Iris" },
45
- { name: "Shine" },
46
- { name: "Bottom lid" },
47
- { name: "Top lid" },
48
- ],
49
- },
50
];
51
52
const shuffleLayerConfigurations = false;
0 commit comments