Skip to content

Commit eb2bd4b

Browse files
author
Julien
committed
fix typo
1 parent 1188db2 commit eb2bd4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/graphics/graphics-4-spritesheets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ String[] seaweedSprites = graphicEntityModule.createSpriteSheetSplitter()
2525
.setOrigCol(0)
2626
.setImagesPerRow(4)
2727
.setName("seaweed")
28-
.load();
28+
.split();
2929
```
3030

3131
We can now use these images in Sprite entites as shown [here](graphics-2-entities.md#creating-a-group-of-sprites).

0 commit comments

Comments
 (0)