上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 97 下一页
摘要: 谷歌浏览器插件开发教程1 我我觉得这个插件对你写代码还是很有帮助的 比方说你用layaair开发游戏的时候 你测试的时候你发现精灵坐标不对? 或者不见了??? 这个时候谷歌浏览器插件大显身手了 可以实时看到游戏里面的精灵状态 更好的能解决问题 其实不难 就是跟做网站一样 先写页面 popup.htm 阅读全文
posted @ 2019-11-23 15:01 newmiracle宇宙 阅读(405) 评论(0) 推荐(1) 编辑
摘要: 从网站上偷图偷音乐偷视频教程 因为有些地方下载图片 音乐 都要下载客户端 或者 要vip 所以避免麻烦 所以 必备工具:谷歌浏览器 1 如何偷图 随便打开个网站连接 (1)鼠标右键到图片上选择检查 (2)找图片 鼠标放上去会有图片提示的 一般在src后面 有时候也会写在css里面 右键 open n 阅读全文
posted @ 2019-11-23 08:10 newmiracle宇宙 阅读(1876) 评论(0) 推荐(0) 编辑
摘要: const app = new PIXI.Application({ transparent: true }); document.body.appendChild(app.view); // Create background image const background = PIXI.Sprit 阅读全文
posted @ 2019-11-20 10:39 newmiracle宇宙 阅读(1116) 评论(0) 推荐(0) 编辑
摘要: pixijs shader 案例 const app = new PIXI.Application({ transparent: true }); document.body.appendChild(app.view); // Create background image const backgr 阅读全文
posted @ 2019-11-20 10:34 newmiracle宇宙 阅读(668) 评论(0) 推荐(0) 编辑
摘要: pixijs shader颗粒化显示贴图 const app = new PIXI.Application({ transparent: true }); document.body.appendChild(app.view); // Create background image const ba 阅读全文
posted @ 2019-11-20 10:09 newmiracle宇宙 阅读(442) 评论(0) 推荐(0) 编辑
摘要: pixijs shader fade 从左到有右淡入 从下到上淡入效果 const app = new PIXI.Application({ transparent: true }); document.body.appendChild(app.view); // Create background 阅读全文
posted @ 2019-11-20 09:55 newmiracle宇宙 阅读(701) 评论(0) 推荐(0) 编辑
摘要: pixijs shader 扫光加强版 const app = new PIXI.Application({ transparent: true }); document.body.appendChild(app.view); // Create background image const bac 阅读全文
posted @ 2019-11-19 17:24 newmiracle宇宙 阅读(500) 评论(0) 推荐(0) 编辑
摘要: pixijs shader贴图扫光效果 直接贴代码 const app = new PIXI.Application({ transparent: true }); document.body.appendChild(app.view); // Create background image con 阅读全文
posted @ 2019-11-19 16:45 newmiracle宇宙 阅读(713) 评论(0) 推荐(0) 编辑
摘要: pixijs shader 制作百叶窗效果 直接贴代码了 const app = new PIXI.Application({ transparent: true }); document.body.appendChild(app.view); // Create background image 阅读全文
posted @ 2019-11-19 16:29 newmiracle宇宙 阅读(512) 评论(0) 推荐(0) 编辑
摘要: pixijs shader 贴图溶解效果教程 我直接贴代码了 没什么好讲解了 稍微有点基础的人应该能看懂 const app = new PIXI.Application({ transparent: true }); document.body.appendChild(app.view); // 阅读全文
posted @ 2019-11-19 15:41 newmiracle宇宙 阅读(733) 评论(0) 推荐(0) 编辑
上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 97 下一页