Use or implement something like this: http://incise.org/2d-bin-packing-with-javascript-and-canvas.html to get optimally place icons on a grid in addition to vertical/horizontal/diagonal options. Would this be worthwhile? Seems like it could help squeeze everything into place if you were planning on using fixed width/height elements to display the sprites.
Use or implement something like this: http://incise.org/2d-bin-packing-with-javascript-and-canvas.html to get optimally place icons on a grid in addition to vertical/horizontal/diagonal options. Would this be worthwhile? Seems like it could help squeeze everything into place if you were planning on using fixed width/height elements to display the sprites.