如果要把加速球放到任意位置,代码该怎么改呢
canvas.drawCircle(mWidth / 2, mHeight / 2, mWidth / 2, circlePaint);
修改第一个和第二个参数即可