Update Gruntfile.js

Changed number of spritesheets from 6 to 7
This commit is contained in:
Blade Barringer
2015-03-31 22:12:58 -05:00
parent bc606d7bd7
commit 9f6f5ed3e6
+1 -1
View File
@@ -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 = {};