stargazing-dino / cosmic-junkyard

A space game
MIT License
1 stars 0 forks source link

Add self query filter #44

Closed stargazing-dino closed 1 year ago

stargazing-dino commented 1 year ago

Fixes jumping by adding a query filter to avoid its own entity. I mean, we probably shouldn't need this because we have:

.with_ignore_origin_penetration(true)

but I'm not sure it's working how it's supposed to.