Skip to content

Commit

Permalink
merged bypassDNA
Browse files Browse the repository at this point in the history
  • Loading branch information
HashLips committed Oct 27, 2021
1 parent b983a32 commit 14cadd5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@ const layerConfigurations = [
{
growEditionSizeTo: 5,
layersOrder: [
{ name: "Background",
options: {
bypassDNA: true
}
},
{ name: "Background" },
{ name: "Eyeball" },
{ name: "Eye color" },
{ name: "Iris" },
Expand Down Expand Up @@ -100,7 +96,7 @@ const preview = {

const preview_gif = {
numberOfImages: 5,
order: 'ASC', // ASC, DESC, MIXED
order: "ASC", // ASC, DESC, MIXED
repeat: 0,
quality: 100,
delay: 500,
Expand Down

0 comments on commit 14cadd5

Please sign in to comment.