circle(radius: number, opt?: CircleCompOpt): CircleComp

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

Misc