-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
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
concave body fixed texture #133
Comments
the texture size is width:40px height:60px |
I think the problem here might be the same as in #153, so please now refer to that thread, thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello , I'm create a concave body like Tetris "L"
var tetris=Vertices.fromPath('0 60 40 60 40 40 20 40 20 0 0 0');
var compoundBodyB = Matter.Bodies.fromVertices(0, 0, tetris,{render:{sprite:{texture:"images/test.png"}}});
the texture has some problem.
and the position it's not at (0,0) , how can i fixed these issue?
thanks so much~
The text was updated successfully, but these errors were encountered: