mitchwadair / sidescroller-framework

A framework for CraftStudio (https://sparklinlabs.itch.io/craftstudio) to make creating 2D games simpler and easier
https://www.sframework.net
MIT License
0 stars 0 forks source link

Add Physics Object Groups #13

Open mitchwadair opened 2 years ago

mitchwadair commented 2 years ago

This would be a good way to allow developers to optimize physics for themselves, or to allow for different objects to not collide with each-other if desired.

For instance, if a developer only wanted certain object types to collide with each other and pass through another object type, they should be able to do that.