Commit bb02210b authored by 罗睿卓's avatar 罗睿卓

emrge

parent f37581b3
...@@ -287,7 +287,7 @@ export class MainGame extends Scene { ...@@ -287,7 +287,7 @@ export class MainGame extends Scene {
// ctx.drawImage(this._canvas3, 0, 0); // ctx.drawImage(this._canvas3, 0, 0);
ctx.drawImage(this._canvas2, 0, 0); ctx.drawImage(this._canvas2, 0, 0);
const b64 = this._canvas.toDataURL("image/png"); const b64 = this._canvas.toDataURL("image/png");
console.info("b64",b64) // console.info("b64",b64)
return b64; return b64;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment