Skip to content

Instantly share code, notes, and snippets.

View silviu-bucsa's full-sized avatar

Silviu Bucsa silviu-bucsa

View GitHub Profile
// This script exports photoshop layers as individual PNGs. It also
// writes a JSON file that can be imported into Spine where the images
// will be displayed in the same positions and draw order.
// Setting defaults.
var writePngs = true;
var writeTemplate = false;
var writeJson = true;
var ignoreHiddenLayers = true;
var pngScale = 1;