Skip to content

Commit 95986cd

Browse files
committed
Update README.md
1 parent 7f31bb4 commit 95986cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function createTexture(bytes :Bytes, width :Int, height :Int, colorDepth :ColorD
99
return Texture.fromBytes(bytes, width, height, colorDepth);
1010
}
1111
12-
var file = Parser.parse(assetpack.getFile("mockup").toBytes(), createTexture);
12+
var file = Parser.parse(assets.getFile("animation.aseprite").toBytes(), createTexture);
1313
```
1414

1515
Chunk types tested -

0 commit comments

Comments
 (0)