canvas.ctx.shadowColor = this.color; canvas.ctx.shadowBlur = 5; canvas.ctx.arc(x, this.y, this.size, 0, 2 * Math.PI); canvas.ctx.fill();
確定! 回上一頁