function drawScene() { ... // Clear the 2D canvas; ctx.clearRect(0, 0, ctx.canvas.width, ctx.canvas.height);. And then we just call fillText to draw text.
確定! 回上一頁