PIXI.loader.add([ Image, "and_others_if_any.png", ]) .load(() => { var sprite = new PIXI.Sprite(PIXI.Texture.fromImage(Image)); });.
確定! 回上一頁