Skip to content

Commit

Permalink
Merge pull request NotLuksus#20 from yrik/patch-1
Browse files Browse the repository at this point in the history
Add default number of images per trait
  • Loading branch information
NotLuksus authored Sep 18, 2021
2 parents eba7d17 + c85d491 commit e8d8e51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ async function setWeights(trait) {
type: 'input',
name: names[file] + '_weight',
message: 'How many ' + names[file] + ' ' + trait + ' should there be?',
default: parseInt(Math.round(10000 / files.length)),
});
});
const selectedWeights = await inquirer.prompt(weightPrompt);
Expand Down

0 comments on commit e8d8e51

Please sign in to comment.