微件:Chibi:修订间差异

大小无更改 、​ 2023年10月27日 (星期五)
无编辑摘要
无编辑摘要
无编辑摘要
第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;
18,468

个编辑