Update Gruntfile.js
Changed number of spritesheets from 6 to 7
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ module.exports = function(grunt) {
|
||||
// totalDims.width += dims.width;
|
||||
// totalDims.height += dims.height;
|
||||
// })
|
||||
var COUNT = 6;//Math.ceil( (totalDims.width * totalDims.height) / (1024*1024*3) );
|
||||
var COUNT = 7;//Math.ceil( (totalDims.width * totalDims.height) / (1024*1024*3) );
|
||||
//console.log({totalDims:totalDims,COUNT:COUNT});
|
||||
|
||||
var sprite = {};
|
||||
|
||||
Reference in New Issue
Block a user