111112113114115116117118119120121
if (parameters.validate(log)) { try { new SpriteBuilder(parameters, log).buildSprites(); } catch (FileNotFoundException e) { throw new BuildException(e); }
105106107108109110111112113114115