love.graphics_circle - oblerion/love2d.js GitHub Wiki

call

love.graphics_circle(mode,x,y,radius);

parameter

  • mode : "fill" or "line" draw mode
  • x : x position of center
  • y : y position of center
  • radius : radius of circle

what is do

draw circle