Skip to content

Commit

Permalink
Fixes export
Browse files Browse the repository at this point in the history
  • Loading branch information
mflerackers committed Dec 16, 2024
1 parent ea0a287 commit 519bc20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5585,14 +5585,14 @@ export interface KAPLAYCtx<
*/
cancel: () => Symbol;
/**
* Flags indicating which transform components to keep. When used, tha aspect of the transform will not change visually
* Flags indicating which transform components to keep. When used, the aspect of the transform will not change visually
* even if the parent transform is different. For example a sprite pointing west, will keep pointing west, even if the
* parent transform applies a rotation with an angle different from 0. This is only applied once, during switching parents.
*
* @since v3000.0
* @group Game Obj
*/
KeepFlags: KeepFlags;
KeepFlags: typeof KeepFlags;
/**
* Current KAPLAY library version.
*
Expand Down

0 comments on commit 519bc20

Please sign in to comment.