Skip to content

Commit

Permalink
feat: add group Game Obj in GameObj
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed May 26, 2024
1 parent 9b2e00c commit cf72641
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3541,6 +3541,8 @@ export interface GameObjRaw {

/**
* The basic unit of object in Kaboom. The player, a butterfly, a tree, or even a piece of text.
*
* @group Game Obj
*/
export type GameObj<T = any> = GameObjRaw & MergeComps<T>;

Expand Down

0 comments on commit cf72641

Please sign in to comment.