摘要: pixijs序列帧的写法 const app = new PIXI.Application({ width: 750, height: 1206 }); document.body.appendChild(app.view); var sslist = []; for (var i = 1; i < 阅读全文
posted @ 2020-10-04 11:12 newmiracle宇宙 阅读(509) 评论(0) 推荐(0) 编辑