mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-04-25 06:11:52 -07:00
MInor adjustments to atlas padding
This commit is contained in:
parent
a02438a70a
commit
9217ee252d
3 changed files with 15 additions and 9 deletions
|
|
@ -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"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue