舰R百科是靠无数自愿编辑者持续地建设更新完善的。编辑非常简单,请勇于更新页面!
编辑入门 | 资助百科 | 留言讨论页 | 微博@舰R百科 | 百科编辑讨论Q群:366818861

微件:Chibi:修订间差异

来自舰R百科
跳转到导航 跳转到搜索
无编辑摘要
无编辑摘要
第28行: 第28行:
         const app = new PIXI.Application({
         const app = new PIXI.Application({
             width:800,
             width:800,
             height:800,
             height:600,
             transparent:true
             transparent:true
         });
         });
第76行: 第76行:
             rectangle = new PIXI.Graphics();
             rectangle = new PIXI.Graphics();
             rectangle.beginFill(0x00FF00);
             rectangle.beginFill(0x00FF00);
             rectangle.drawRect(0, 0, 800, 800);
             rectangle.drawRect(0, 0, 800, 600);
             rectangle.endFill();
             rectangle.endFill();
             rectangle.alpha = 0;
             rectangle.alpha = 0;

2023年10月27日 (五) 00:28的版本