common-game
Advanced tools
Comparing version 0.0.43 to 0.0.44
{ | ||
"name": "common-game", | ||
"version": "0.0.43", | ||
"version": "0.0.44", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "common-game.js", |
@@ -61,9 +61,10 @@ import * as PIXI from "@tbminiapp/pixi-miniprogram-engine"; | ||
this.setData({ | ||
isRunCanvas: true, | ||
canvasId: "canvas" + Utils.uniId(), | ||
targetWidth: baseSize.width, | ||
targetHeight: baseSize.height | ||
}); | ||
}, () => { | ||
this.setData({ | ||
isRunCanvas: true, | ||
targetWidth: baseSize.width, | ||
targetHeight: baseSize.height | ||
}); | ||
}) | ||
}, | ||
@@ -70,0 +71,0 @@ didUpdate(prevProps) { |
1945520
35109