T0X1N Posted December 29, 2016 Posted December 29, 2016 How do you create and setup new collision types? My goal is to create a special collision type to only collide/trigger "Trigger" collision types and nothing else. Thanks! Quote Website | Twitter | Facebook | Steam Play Our Latest Game: Relic Rogue
T0X1N Posted December 29, 2016 Author Posted December 29, 2016 Nevermind. I found my answer by digging into the Collisions class. For anybody that wants to know, here is an example of creating a 9th collision type that only collides with triggers. Collision::SetResponse(9, Collision::Trigger, Collision::Trigger); Simple as that. Although, why is this command not in the documentation? 1 Quote Website | Twitter | Facebook | Steam Play Our Latest Game: Relic Rogue
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.