Skip to content
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

Particles made with makeParticles(collide = false) can collide #2662

Closed
samme opened this issue Jul 23, 2016 · 1 comment
Closed

Particles made with makeParticles(collide = false) can collide #2662

samme opened this issue Jul 23, 2016 · 1 comment

Comments

@samme
Copy link
Contributor

samme commented Jul 23, 2016

http://phaser.io/sandbox/wqnaJikP

[collide=false] - If you want the particles to be able to collide with other Arcade Physics bodies then set this to true.

makeParticles(…, collide = false)
// …
arcade.collide(particles, …)

The particles will still collide (bounce).

This issue is about

  • A bug in the API
photonstorm added a commit that referenced this issue Jul 23, 2016
… of #2661, but is now properly respected thanks to that change (thanks @samme #2662)
@photonstorm
Copy link
Collaborator

Thanks for submitting this issue. We have fixed this, and the fix has been pushed to the dev branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants