我正在使用PIXI.js,我想增加一個計數器並將其顯示在屏幕上。但是,文本重疊。 var count=0;
count++;
var text = new PIXI.Text(count, {font:"50px Arial", fill:"red"});
text.x = stageWidth/2 - text.width/2;
text.y = stageHeigh
我使用,我想縮小在實際遊戲中的一些大的圖像使遊戲中移相器: create() {
//Create the sprite group and scale it down to 30%
this.pieces = this.add.group(undefined, "pieces", true);
this.pieces.scale.x = 0.3;
this
我想申請一個法線貼圖到移相器精靈,但我發現在移相器2.1.1以下WebGL的錯誤(Pixi的1.6.1): Could not initialise shaders phaser.js:3411
WebGL: INVALID_OPERATION: useProgram: program not valid phaser.js:3475
WebGL: INVALID_OPERATION: get