MInor adjustments to atlas padding

This commit is contained in:
tobspr 2020-10-04 09:30:31 +02:00
parent a02438a70a
commit 9217ee252d
3 changed files with 15 additions and 9 deletions

View file

@ -9,7 +9,7 @@ const execute = command =>
});
// Globs for atlas resources
const rawImageResourcesGlobs = ["../res_raw/config.json", "../res_raw/**/*.png"];
const rawImageResourcesGlobs = ["../res_raw/atlas.json", "../res_raw/**/*.png"];
// Globs for non-ui resources
const nonImageResourcesGlobs = ["../res/**/*.woff2", "../res/*.ico", "../res/**/*.webm"];