We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I recorded the video here: https://jmp.sh/s/dR2oa5C6xA6BxKaCrG2p
snippet looks like this
const worldContainer = new Container({ isRenderGroup: true, width: options.width, height: options.height, }) const tilemap = new CompositeTilemap() tilemap.tile('/sample2.png', 0, 0) worldContainer.addChild(tilemap)
The text was updated successfully, but these errors were encountered:
This is first v8 issue.
Thank you!
Any ideas on how to fix it? I do bake world matrix differently
Sorry, something went wrong.
I am still trying to understand how this tilemap package works.
re: I do bake world matrix differently Interesting, how do you do it?
No branches or pull requests
I recorded the video here:
https://jmp.sh/s/dR2oa5C6xA6BxKaCrG2p
snippet looks like this
The text was updated successfully, but these errors were encountered: