We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1188db2 commit eb2bd4bCopy full SHA for eb2bd4b
playground/graphics/graphics-4-spritesheets.md
@@ -25,7 +25,7 @@ String[] seaweedSprites = graphicEntityModule.createSpriteSheetSplitter()
25
.setOrigCol(0)
26
.setImagesPerRow(4)
27
.setName("seaweed")
28
- .load();
+ .split();
29
```
30
31
We can now use these images in Sprite entites as shown [here](graphics-2-entities.md#creating-a-group-of-sprites).
0 commit comments