circle(radius: number): CircleComp

Attach and render a circle to a Game Object.
add([
    pos(80, 120),
    circle(16),
])
kaplay logo