fix editor button generator

This commit is contained in:
joyqi
2020-05-15 12:19:26 +08:00
parent 38f959890d
commit 75227b3bac
41 changed files with 142 additions and 52 deletions

View File

@@ -14,11 +14,10 @@ let spriteImporter = SpriteMagicImporter({
http_stylesheets_path: '.',
http_generated_images_path: 'img',
use_cache: false,
retina_mark: /-(\d)x$/,
// spritesmith options
spritesmith: {
algorithm: `top-down`,
algorithm: 'top-down',
padding: 0
},