Skip to content

Commit afdd9ee

Browse files
committed
fix(sdk): fixed documentation typo
1 parent dbdba12 commit afdd9ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playground/graphics/graphics-4-spritesheets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ String[] seaweedSprites = graphicEntityModule.createSpriteSheetSplitter()
2727
.setName("seaweed")
2828
.split();
2929

30-
//Creating an animation from the splitted spritesheet
30+
//Creating an animation from the split spritesheet
3131
graphicEntityModule.createSpriteAnimation()
3232
.setImages(seaweedSprites)
3333
.setX(50)
@@ -103,4 +103,4 @@ Your file should look like this.
103103
```
104104
:::
105105

106-
Place this file in the assets folder, you can now use each image with their name as if they were splitted in different files.
106+
Place this file in the assets folder, you can now use each image with their name as if they were split in different files.

0 commit comments

Comments
 (0)