UNPKG

@bscotch/stitch

Version:

Stitch: The GameMaker Studio 2 Asset Pipeline Development Kit.

9 lines 403 B
#!/usr/bin/env node import { program as cli } from 'commander'; cli .description('Modify metadata in GameMaker Studio 2 projects.') .command('version', 'Modify the versions for all export platforms.') .command('texture-group', 'Modify texture group assignments.') .command('audio-group', 'Modify audio group assignments.') .parse(process.argv); //# sourceMappingURL=stitch-set.js.map