GameCreator 自动生成行走图
📝
内容提要
const fs = require('fs'); function gen(png, target, offset_x = 0, offset_y= 0, w = 32, h = 32) { let t; let json = JSON.parse(fs.readFileSync('avatar5.json', 'utf8')); json["picUrls"] =...
➡️