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 dbdba12 commit afdd9eeCopy full SHA for afdd9ee
playground/graphics/graphics-4-spritesheets.md
@@ -27,7 +27,7 @@ String[] seaweedSprites = graphicEntityModule.createSpriteSheetSplitter()
27
.setName("seaweed")
28
.split();
29
30
-//Creating an animation from the splitted spritesheet
+//Creating an animation from the split spritesheet
31
graphicEntityModule.createSpriteAnimation()
32
.setImages(seaweedSprites)
33
.setX(50)
@@ -103,4 +103,4 @@ Your file should look like this.
103
```
104
:::
105
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.
+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