Skip to content

Commit

Permalink
fixed sprite format and quality
Browse files Browse the repository at this point in the history
  • Loading branch information
cpietsch committed Jan 12, 2022
1 parent 0876d98 commit ee376fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/textures.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ exports.run = async function textures(inputPath, options) {
}

const spriter = await sharpsheet(spritesheetFiles, spritesPath, {
format: spriteFormat,
quality: spriteQuality,
outputFormat: spriteFormat,
outputQuality: spriteQuality,
dimension: 2048
});

Expand Down

0 comments on commit ee376fe

Please sign in to comment.