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 7f31bb4 commit 95986cdCopy full SHA for 95986cd
README.md
@@ -9,7 +9,7 @@ function createTexture(bytes :Bytes, width :Int, height :Int, colorDepth :ColorD
9
return Texture.fromBytes(bytes, width, height, colorDepth);
10
}
11
12
-var file = Parser.parse(assetpack.getFile("mockup").toBytes(), createTexture);
+var file = Parser.parse(assets.getFile("animation.aseprite").toBytes(), createTexture);
13
```
14
15
Chunk types tested -
0 commit comments