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 eb2c608 commit dd49758Copy full SHA for dd49758
README.md
@@ -13,7 +13,7 @@ function createTexture(bytes :Bytes, width :Int, height :Int, colorDepth :ColorD
13
14
/**
15
* The Parser.parse has two parameters. The first is expecting a
16
- * bytes representation of an Aseprite file. The second needs a callback
+ * bytes representation of an Aseprite file. The second expects a callback
17
* function that will create a texture for your specific framework.
18
*/
19
var file = Parser.parse(assets.getFile("animation.aseprite").toBytes(), createTexture);
0 commit comments