Skip to content

Commit

Permalink
fix: fixed a typo in sliceX option of LoadSprite
Browse files Browse the repository at this point in the history
  • Loading branch information
orkasi authored Dec 1, 2024
1 parent 31ac8b0 commit a4c5bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/sprite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export type SpriteAnims = Record<string, SpriteAnim>;
*/
export interface LoadSpriteOpt {
/**
* If the defined area contains multiple sprites, how many frames are in the area hozizontally.
* If the defined area contains multiple sprites, how many frames are in the area horizontally.
*/
sliceX?: number;
/**
Expand Down

0 comments on commit a4c5bdb

Please sign in to comment.