请教微信小游戏的问题
力
2018-12-28
请问这是什么问题啊,代码如下,
console.log(canvas);
const conf = {
width: Constants.ASSETS_WIDTH,
height: Constants.ASSETS_HEIGH,
canvas: canvas,
renderer: Phaser.CANVAS
// parent: 'phaser',
// transparent: false,
// antialias: false,
// state: { init:this.init, preload: this.preload, create: this.create, update: this.update, render:this.render },
// scaleMode: Phaser.ScaleManager.EXACT_FIT
};
this.game = new Phaser.Game(conf)
猫
2019-01-05
用微信的API创建canvas
kunnisser
2019-01-29
注意源码里的this.device.canvas 在手机里输出为false
报错都是写简单的英文单词,串起来就知道为啥错了