Skip to content

Instantly share code, notes, and snippets.

@absimas
Created April 17, 2015 23:28
Show Gist options
  • Save absimas/cde64218468cf910e961 to your computer and use it in GitHub Desktop.
Save absimas/cde64218468cf910e961 to your computer and use it in GitHub Desktop.
physicsBody?.categoryBitMask = Mask.HERO
physicsBody?.collisionBitMask = Mask.OBSTACLE | Mask.ITEM | Mask.SCENE | Mask.GROUND
physicsBody?.contactTestBitMask = Mask.OBSTACLE | Mask.ITEM | Mask.SCENE | Mask.GROUND
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment