Skip to content

Commit

Permalink
add circle opt to types.ts (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoncoder047 authored Oct 20, 2024
1 parent cccfeaa commit 6ce0f1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import type {
BuoyancyEffectorComp,
BuoyancyEffectorCompOpt,
CircleComp,
CircleCompOpt,
ColorComp,
ConstantForceComp,
ConstantForceCompOpt,
Expand Down Expand Up @@ -525,7 +526,7 @@ export interface KAPLAYCtx<
*
* @group Components
*/
circle(radius: number): CircleComp;
circle(radius: number, opt?: CircleCompOpt): CircleComp;
/**
* Attach and render an ellipse to a Game Object.
*
Expand Down

0 comments on commit 6ce0f1e

Please sign in to comment.