Skip to content

Instantly share code, notes, and snippets.

@bberak
Created April 9, 2018 00:07
Show Gist options
  • Save bberak/d0a0ca9829725e2ea7f671ca1538c330 to your computer and use it in GitHub Desktop.
Save bberak/d0a0ca9829725e2ea7f671ca1538c330 to your computer and use it in GitHub Desktop.
React Native Donkey Kong - Constants
module.exports = {
collisionCategories: {
mario: 1,
barrier: 2,
platform: 4,
ladder: 8,
barrel: 16
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment