Tymski Posted August 7, 2017 Share Posted August 7, 2017 I installed https://www.npmjs.com/package/spritesheet-js to create some spritesheets and I tried to make a sheet of tiles like so: I get this output: how to fix this? C:\Projects\Logic\img>spritesheet-js tile*.png r r o r : 0 x 8 0 0 7 0 0 5 7 C:\Users\Tymon\AppData\Roaming\npm\node_modules\spritesheet-js\index.js:129 if (err) throw err; ^ 1 C:\Projects\Logic\img> Quote Link to comment Share on other sites More sharing options...
mattstyles Posted August 8, 2017 Share Posted August 8, 2017 I use spritesheet (not for a while though) but never had this problem. Did you try to do just one of your images? i.e. `spritesheet-js tile1.png`, just to see if it is having an issue with the glob (it shouldn't be though). Did you open an issue on the spritesheet-js repo? Much more likely to get an answer there (or search through their issues, someone else may have had similar). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.