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
const guideLine = Matter.Bodies.rectangle( render.options.width / 2, render.options.height / 2, 5, render.options.height / 2, { name: 'guideLine', isStatic: true, isSensor: true, collisionFilter: { group: -1 }, render: { sprite: { texture: dotted[0].image, xScale: game_wrap.clientWidth / 450, yScale: game_wrap.clientHeight / 1226 } } } )
I made a guideLine object which is a dotted line image, i want to make the sprite animate like a infinite swiper. Is it possible?
The text was updated successfully, but these errors were encountered:
Please see matter.js: is there any way to animate my sprite on Stack Overflow. If this doesn't work for you, share a complete example of your code and use case.
Sorry, something went wrong.
No branches or pull requests
I made a guideLine object which is a dotted line image, i want to make the sprite animate like a infinite swiper.
Is it possible?
The text was updated successfully, but these errors were encountered: